Class NoReplicationTokenAllocator<Unit>

java.lang.Object
org.apache.cassandra.dht.tokenallocator.TokenAllocatorBase<Unit>
org.apache.cassandra.dht.tokenallocator.NoReplicationTokenAllocator<Unit>
All Implemented Interfaces:
TokenAllocator<Unit>

public class NoReplicationTokenAllocator<Unit> extends TokenAllocatorBase<Unit>
  • Constructor Details

    • NoReplicationTokenAllocator

      public NoReplicationTokenAllocator(NavigableMap<Token,Unit> sortedTokens, org.apache.cassandra.dht.tokenallocator.ReplicationStrategy<Unit> strategy, IPartitioner partitioner)
  • Method Details