Uses of Class
org.apache.cassandra.locator.EndpointsByReplica
-
Packages that use EndpointsByReplica Package Description org.apache.cassandra.dht org.apache.cassandra.locator -
-
Uses of EndpointsByReplica in org.apache.cassandra.dht
Methods in org.apache.cassandra.dht that return EndpointsByReplica Modifier and Type Method Description static EndpointsByReplica
RangeStreamer. calculateRangesToFetchWithPreferredEndpoints(java.util.function.BiFunction<InetAddressAndPort,EndpointsForRange,EndpointsForRange> snitchGetSortedListByProximity, AbstractReplicationStrategy strat, ReplicaCollection<?> fetchRanges, boolean useStrictConsistency, TokenMetadata tmdBefore, TokenMetadata tmdAfter, java.lang.String keyspace, java.util.Collection<RangeStreamer.SourceFilter> sourceFilters)
Get a map of all ranges and the source that will be cleaned up once this bootstrapped node is added for the given ranges.Methods in org.apache.cassandra.dht with parameters of type EndpointsByReplica Modifier and Type Method Description static com.google.common.collect.Multimap<InetAddressAndPort,RangeStreamer.FetchReplica>
RangeStreamer. convertPreferredEndpointsToWorkMap(EndpointsByReplica preferredEndpoints)
The preferred endpoint list is the wrong format because it is keyed by Replica (this node) rather than the source endpoint we will fetch from which streaming wants. -
Uses of EndpointsByReplica in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator that return EndpointsByReplica Modifier and Type Method Description EndpointsByReplica
EndpointsByReplica.Builder. build()
-