Modifier and Type | Class and Description |
---|---|
class |
AsyncOneResponse<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.
|
Modifier and Type | Method and Description |
---|---|
void |
LatencySubscribers.maybeAdd(RequestCallback cb,
InetAddressAndPort address,
long latency,
java.util.concurrent.TimeUnit unit)
Track latency information for the dynamic snitch
|
void |
MessagingService.sendWithCallback(Message message,
InetAddressAndPort to,
RequestCallback cb)
Send a non-mutation message to a given endpoint.
|
void |
MessagingService.sendWithCallback(Message message,
InetAddressAndPort to,
RequestCallback cb,
ConnectionType specifyConnection) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWriteResponseHandler<T> |
class |
BatchlogResponseHandler<T> |
class |
DatacenterSyncWriteResponseHandler<T>
This class blocks for a quorum of responses _in all datacenters_ (CL.EACH_QUORUM).
|
class |
DatacenterWriteResponseHandler<T>
This class blocks for a quorum of responses _in the local datacenter only_ (CL.LOCAL_QUORUM).
|
class |
TruncateResponseHandler |
class |
WriteResponseHandler<T>
Handles blocking writes for ONE, ANY, TWO, THREE, QUORUM, and ALL consistency levels.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPaxosCallback<T> |
class |
PrepareCallback |
class |
ProposeCallback
ProposeCallback has two modes of operation, controlled by the failFast parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadCallback<E extends Endpoints<E>,P extends ReplicaPlan.ForRead<E>> |
Modifier and Type | Class and Description |
---|---|
class |
BlockingPartitionRepair |
Copyright © 2009-2020 The Apache Software Foundation