| Interface | Description |
|---|---|
| ShardedObject |
| Class | Description |
|---|---|
| Murmur2Hash |
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
|
| VirtualShardAwareIdStrategy |
extract the encoded shard bits from a long shard-aware ID.
|
| VirtualShardIdentityStrategy |
simple strategy were the shard key is returned unmodified as integer.
|
| VirtualShardKeyStrategy | |
| VirtualShardMd5Strategy |
extract the last 3 bytes of the shard key's MD5 hash: the shard key must be either a string or a string list (the
first list item is used in this case)
|
| VirtualShardMurmur2HashStrategy |
| Exception | Description |
|---|---|
| ShardedDataAccessException |
Signals that at an exception has occurred while executing the sproc on the shards.
|
| Annotation Type | Description |
|---|---|
| ShardKey |
Copyright © 2012–2022 Zalando SE. All rights reserved.