Uses of Interface
org.apache.cassandra.dht.RangeStreamer.SourceFilter
Packages that use RangeStreamer.SourceFilter
-
Uses of RangeStreamer.SourceFilter in org.apache.cassandra.dht
Classes in org.apache.cassandra.dht that implement RangeStreamer.SourceFilterModifier and TypeClassDescriptionstatic classSource filter which only includes endpoints contained within a provided set.static classSource filter which excludes nodes from local DC.static classSource filter which excludes the current node from source calculationsstatic classSource filter which excludes any endpoints that are not alive according to a failure detector.static classSource filter which excludes any endpoints that are not in a specific data center.Methods in org.apache.cassandra.dht with parameters of type RangeStreamer.SourceFilterModifier and TypeMethodDescriptionvoidRangeStreamer.addSourceFilter(RangeStreamer.SourceFilter filter) Method parameters in org.apache.cassandra.dht with type arguments of type RangeStreamer.SourceFilterModifier and TypeMethodDescriptionstatic EndpointsByReplicaRangeStreamer.calculateRangesToFetchWithPreferredEndpoints(BiFunction<InetAddressAndPort, EndpointsForRange, EndpointsForRange> snitchGetSortedListByProximity, AbstractReplicationStrategy strat, ReplicaCollection<?> fetchRanges, boolean useStrictConsistency, TokenMetadata tmdBefore, TokenMetadata tmdAfter, String keyspace, 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.Constructor parameters in org.apache.cassandra.dht with type arguments of type RangeStreamer.SourceFilterModifierConstructorDescriptionRangeFetchMapCalculator(EndpointsByRange rangesWithSources, Collection<RangeStreamer.SourceFilter> sourceFilters, String keyspace)