Uses of Class
org.apache.cassandra.locator.EndpointsForToken
-
Packages that use EndpointsForToken Package Description org.apache.cassandra.locator org.apache.cassandra.service org.apache.cassandra.service.reads -
-
Uses of EndpointsForToken in org.apache.cassandra.locator
Subclasses of EndpointsForToken in org.apache.cassandra.locator Modifier and Type Class Description static classEndpointsForToken.BuilderMethods in org.apache.cassandra.locator that return EndpointsForToken Modifier and Type Method Description EndpointsForTokenEndpointsForToken.Builder. build()static EndpointsForTokenEndpointsForToken. copyOf(Token token, java.util.Collection<Replica> replicas)static EndpointsForTokenEndpointsForToken. empty(Token token)EndpointsForTokenEndpointsForRange. forToken(Token token)EndpointsForTokenAbstractReplicationStrategy. getNaturalReplicasForToken(RingPosition<?> searchPosition)get the (possibly cached) endpoints that should store the given Token.EndpointsForTokenTokenMetadata. getWriteEndpoints(Token token, java.lang.String keyspaceName, EndpointsForToken natural)Deprecated.retained for benefit of old testsstatic EndpointsForTokenEndpointsForToken. of(Token token, Replica replica)static EndpointsForTokenEndpointsForToken. of(Token token, Replica... replicas)EndpointsForTokenPendingRangeMaps. pendingEndpointsFor(Token token)EndpointsForTokenTokenMetadata. pendingEndpointsForToken(Token token, java.lang.String keyspaceName)EndpointsForTokenEndpointsForToken.Builder. snapshot()EndpointsForTokenEndpointsForToken. snapshot()protected EndpointsForTokenEndpointsForToken. snapshot(AbstractReplicaCollection.ReplicaList newList)Methods in org.apache.cassandra.locator with parameters of type EndpointsForToken Modifier and Type Method Description static ReplicaLayout.ForTokenWriteReplicaLayout. forTokenWrite(AbstractReplicationStrategy replicationStrategy, EndpointsForToken natural, EndpointsForToken pending)static ReplicaPlan.ForTokenWriteReplicaPlans. forWrite(Keyspace keyspace, ConsistencyLevel consistencyLevel, EndpointsForToken natural, EndpointsForToken pending, java.util.function.Predicate<Replica> isAlive, ReplicaPlans.Selector selector)ReplicaPlan.ForTokenReadReplicaPlan.SharedForTokenRead. getWithContacts(EndpointsForToken newContact)EndpointsForTokenTokenMetadata. getWriteEndpoints(Token token, java.lang.String keyspaceName, EndpointsForToken natural)Deprecated.retained for benefit of old testsReplicaPlan.ForTokenWriteReplicaPlan.ForTokenWrite. withContact(EndpointsForToken newContact)Constructors in org.apache.cassandra.locator with parameters of type EndpointsForToken Constructor Description ForTokenRead(AbstractReplicationStrategy replicationStrategy, EndpointsForToken natural)ForTokenRead(Keyspace keyspace, AbstractReplicationStrategy replicationStrategy, ConsistencyLevel consistencyLevel, EndpointsForToken candidates, EndpointsForToken contacts)ForTokenWrite(AbstractReplicationStrategy replicationStrategy, EndpointsForToken natural, EndpointsForToken pending)ForTokenWrite(AbstractReplicationStrategy replicationStrategy, EndpointsForToken natural, EndpointsForToken pending, EndpointsForToken all)ForTokenWrite(Keyspace keyspace, AbstractReplicationStrategy replicationStrategy, ConsistencyLevel consistencyLevel, EndpointsForToken pending, EndpointsForToken liveAndDown, EndpointsForToken live, EndpointsForToken contact) -
Uses of EndpointsForToken in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return EndpointsForToken Modifier and Type Method Description EndpointsForTokenStorageService. getNaturalReplicasForToken(java.lang.String keyspaceName, java.lang.String cf, java.lang.String key)EndpointsForTokenStorageService. getNaturalReplicasForToken(java.lang.String keyspaceName, java.nio.ByteBuffer key)Methods in org.apache.cassandra.service with parameters of type EndpointsForToken Modifier and Type Method Description static java.util.concurrent.Future<java.lang.Void>StorageProxy. submitHint(Mutation mutation, EndpointsForToken targets, AbstractWriteResponseHandler<IMutation> responseHandler) -
Uses of EndpointsForToken in org.apache.cassandra.service.reads
Fields in org.apache.cassandra.service.reads with type parameters of type EndpointsForToken Modifier and Type Field Description protected DigestResolver<EndpointsForToken,ReplicaPlan.ForTokenRead>AbstractReadExecutor. digestResolverprotected ReadCallback<EndpointsForToken,ReplicaPlan.ForTokenRead>AbstractReadExecutor. handlerprotected ReadRepair<EndpointsForToken,ReplicaPlan.ForTokenRead>AbstractReadExecutor. readRepairMethods in org.apache.cassandra.service.reads that return types with arguments of type EndpointsForToken Modifier and Type Method Description ReadRepair<EndpointsForToken,ReplicaPlan.ForTokenRead>AbstractReadExecutor. getReadRepair()
-