Package | Description |
---|---|
org.apache.cassandra.service |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWriteResponseHandler |
class |
AsyncRepairCallback |
class |
DatacenterSyncWriteResponseHandler
This class blocks for a quorum of responses _in all datacenters_ (CL.EACH_QUORUM).
|
class |
DatacenterWriteResponseHandler
This class blocks for a quorum of responses _in the local datacenter only_ (CL.LOCAL_QUORUM).
|
class |
ReadCallback<TMessage,TResolved> |
class |
TruncateResponseHandler |
class |
WriteResponseHandler
Handles blocking writes for ONE, ANY, TWO, THREE, QUORUM, and ALL consistency levels.
|
Copyright © 2013 The Apache Software Foundation