Uses of Class
org.apache.cassandra.locator.EndpointsByRange
-
Packages that use EndpointsByRange Package Description org.apache.cassandra.dht org.apache.cassandra.locator org.apache.cassandra.service -
-
Uses of EndpointsByRange in org.apache.cassandra.dht
Constructors in org.apache.cassandra.dht with parameters of type EndpointsByRange Constructor Description RangeFetchMapCalculator(EndpointsByRange rangesWithSources, java.util.Collection<RangeStreamer.SourceFilter> sourceFilters, java.lang.String keyspace) -
Uses of EndpointsByRange in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator that return EndpointsByRange Modifier and Type Method Description EndpointsByRangeEndpointsByRange.Builder. build()EndpointsByRangeTokenMetadata. getPendingRangesMM(java.lang.String keyspaceName)EndpointsByRangeAbstractReplicationStrategy. getRangeAddresses(TokenMetadata metadata) -
Uses of EndpointsByRange in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return EndpointsByRange Modifier and Type Method Description EndpointsByRangeStorageService. getRangeToAddressMap(java.lang.String keyspace)EndpointsByRangeStorageService. getRangeToAddressMapInLocalDC(java.lang.String keyspace)
-