Uses of Class
org.apache.cassandra.dht.Token.TokenFactory
-
Packages that use Token.TokenFactory Package Description org.apache.cassandra.dht org.apache.cassandra.service -
-
Uses of Token.TokenFactory in org.apache.cassandra.dht
Methods in org.apache.cassandra.dht that return Token.TokenFactory Modifier and Type Method Description Token.TokenFactory
ByteOrderedPartitioner. getTokenFactory()
Token.TokenFactory
IPartitioner. getTokenFactory()
Token.TokenFactory
LocalPartitioner. getTokenFactory()
Token.TokenFactory
Murmur3Partitioner. getTokenFactory()
Token.TokenFactory
OrderPreservingPartitioner. getTokenFactory()
Token.TokenFactory
RandomPartitioner. getTokenFactory()
-
Uses of Token.TokenFactory in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return Token.TokenFactory Modifier and Type Method Description Token.TokenFactory
StorageService. getTokenFactory()
Methods in org.apache.cassandra.service with parameters of type Token.TokenFactory Modifier and Type Method Description static TokenRange
TokenRange. create(Token.TokenFactory tokenFactory, Range<Token> range, java.util.List<InetAddressAndPort> endpoints, boolean withPorts)
-