Package | Description |
---|---|
org.apache.cassandra.service |
Modifier and Type | Method and Description |
---|---|
static TokenRange |
TokenRange.create(Token.TokenFactory tokenFactory,
Range<Token> range,
java.util.List<java.net.InetAddress> endpoints) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TokenRange> |
StorageService.describeLocalRing(java.lang.String keyspace)
The same as
describeRing(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.
|
Copyright © 2018 The Apache Software Foundation