Uses of Class
org.zalando.sprocwrapper.sharding.VirtualShardKeyStrategy
-
Packages that use VirtualShardKeyStrategy Package Description org.zalando.sprocwrapper.sharding -
-
Uses of VirtualShardKeyStrategy in org.zalando.sprocwrapper.sharding
Subclasses of VirtualShardKeyStrategy in org.zalando.sprocwrapper.sharding Modifier and Type Class Description classVirtualShardAwareIdStrategyextract the encoded shard bits from a long shard-aware ID.classVirtualShardIdentityStrategysimple strategy were the shard key is returned unmodified as integer.classVirtualShardMd5Strategyextract 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)classVirtualShardMurmur2HashStrategy
-