Uses of Class
org.apache.cassandra.service.TokenRange
-
Packages that use TokenRange Package Description org.apache.cassandra.service -
-
Uses of TokenRange in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return TokenRange Modifier and Type Method Description static TokenRange
TokenRange. create(Token.TokenFactory tokenFactory, Range<Token> range, java.util.List<InetAddressAndPort> endpoints, boolean withPorts)
Methods in org.apache.cassandra.service that return types with arguments of type TokenRange Modifier and Type Method Description java.util.List<TokenRange>
StorageService. describeLocalRing(java.lang.String keyspace)
The same asdescribeRing(String)
but considers only the part of the ring formed by nodes in the local DC.java.util.List<TokenRange>
StorageService. describeRing(java.lang.String keyspace)
The TokenRange for a given keyspace.
-