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 EndpointsByRange
EndpointsByRange.Builder. build()
EndpointsByRange
TokenMetadata. getPendingRangesMM(java.lang.String keyspaceName)
EndpointsByRange
AbstractReplicationStrategy. 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 EndpointsByRange
StorageService. getRangeToAddressMap(java.lang.String keyspace)
EndpointsByRange
StorageService. getRangeToAddressMapInLocalDC(java.lang.String keyspace)
-