Class TokenAllocatorFactory
java.lang.Object
org.apache.cassandra.dht.tokenallocator.TokenAllocatorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TokenAllocator<InetAddressAndPort>createTokenAllocator(NavigableMap<Token, InetAddressAndPort> sortedTokens, org.apache.cassandra.dht.tokenallocator.ReplicationStrategy<InetAddressAndPort> strategy, IPartitioner partitioner)
-
Constructor Details
-
TokenAllocatorFactory
public TokenAllocatorFactory()
-
-
Method Details