Uses of Interface
org.apache.cassandra.net.RequestCallback
-
-
Uses of RequestCallback in org.apache.cassandra.net
Classes in org.apache.cassandra.net that implement RequestCallback Modifier and Type Class Description classAsyncOneResponse<T>A callback specialized for returning a value from a single target; that is, this is for messages that we only send to one recipient.Methods in org.apache.cassandra.net with parameters of type RequestCallback Modifier and Type Method Description voidLatencySubscribers. maybeAdd(RequestCallback cb, InetAddressAndPort address, long latency, java.util.concurrent.TimeUnit unit)Track latency information for the dynamic snitchvoidMessagingService. sendWithCallback(Message message, InetAddressAndPort to, RequestCallback cb)Send a non-mutation message to a given endpoint.voidMessagingService. sendWithCallback(Message message, InetAddressAndPort to, RequestCallback cb, ConnectionType specifyConnection) -
Uses of RequestCallback in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement RequestCallback Modifier and Type Class Description classAbstractWriteResponseHandler<T>classBatchlogResponseHandler<T>classDatacenterSyncWriteResponseHandler<T>This class blocks for a quorum of responses _in all datacenters_ (CL.EACH_QUORUM).classDatacenterWriteResponseHandler<T>This class blocks for a quorum of responses _in the local datacenter only_ (CL.LOCAL_QUORUM).classTruncateResponseHandlerclassWriteResponseHandler<T>Handles blocking writes for ONE, ANY, TWO, THREE, QUORUM, and ALL consistency levels. -
Uses of RequestCallback in org.apache.cassandra.service.paxos
Classes in org.apache.cassandra.service.paxos that implement RequestCallback Modifier and Type Class Description classAbstractPaxosCallback<T>classPrepareCallbackclassProposeCallbackProposeCallback has two modes of operation, controlled by the failFast parameter. -
Uses of RequestCallback in org.apache.cassandra.service.reads
Classes in org.apache.cassandra.service.reads that implement RequestCallback Modifier and Type Class Description classReadCallback<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>> -
Uses of RequestCallback in org.apache.cassandra.service.reads.repair
Classes in org.apache.cassandra.service.reads.repair that implement RequestCallback Modifier and Type Class Description classBlockingPartitionRepair
-