Class TokenAllocatorFactory
- java.lang.Object
-
- org.apache.cassandra.dht.tokenallocator.TokenAllocatorFactory
-
public class TokenAllocatorFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TokenAllocatorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TokenAllocator<InetAddressAndPort>
createTokenAllocator(java.util.NavigableMap<Token,InetAddressAndPort> sortedTokens, org.apache.cassandra.dht.tokenallocator.ReplicationStrategy<InetAddressAndPort> strategy, IPartitioner partitioner)
-
-
-
Method Detail
-
createTokenAllocator
public static TokenAllocator<InetAddressAndPort> createTokenAllocator(java.util.NavigableMap<Token,InetAddressAndPort> sortedTokens, org.apache.cassandra.dht.tokenallocator.ReplicationStrategy<InetAddressAndPort> strategy, IPartitioner partitioner)
-
-