Class VirtualShardIdentityStrategy

java.lang.Object
org.zalando.sprocwrapper.sharding.VirtualShardKeyStrategy
org.zalando.sprocwrapper.sharding.VirtualShardIdentityStrategy

public class VirtualShardIdentityStrategy extends VirtualShardKeyStrategy
simple strategy were the shard key is returned unmodified as integer. (this allows for "@ShardKey int shardIndex" pseudo parameters)
Author:
hjacobs
  • Constructor Details

    • VirtualShardIdentityStrategy

      public VirtualShardIdentityStrategy()
  • Method Details