Uses of Class
org.apache.cassandra.locator.RangesByEndpoint
-
Packages that use RangesByEndpoint Package Description org.apache.cassandra.locator org.apache.cassandra.service -
-
Uses of RangesByEndpoint in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator that return RangesByEndpoint Modifier and Type Method Description RangesByEndpointRangesByEndpoint.Builder. build()RangesByEndpointAbstractReplicationStrategy. getAddressReplicas()RangesByEndpointAbstractReplicationStrategy. getAddressReplicas(TokenMetadata metadata) -
Uses of RangesByEndpoint in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return RangesByEndpoint Modifier and Type Method Description static RangesByEndpointRangeRelocator. calculateRangesToStreamWithEndpoints(RangesAtEndpoint streamRanges, AbstractReplicationStrategy strat, TokenMetadata tmdBefore, TokenMetadata tmdAfter)calculating endpoints to stream current ranges to if needed in some situations node will handle current ranges as part of the new ranges
-