Uses of Class
org.apache.cassandra.dht.RangeStreamer.FetchReplica
-
Packages that use RangeStreamer.FetchReplica Package Description org.apache.cassandra.dht -
-
Uses of RangeStreamer.FetchReplica in org.apache.cassandra.dht
Methods in org.apache.cassandra.dht that return types with arguments of type RangeStreamer.FetchReplica 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.
-