Package | Description |
---|---|
com.couchbase.client.core.endpoint.kv | |
com.couchbase.client.core.message.kv |
Modifier and Type | Class and Description |
---|---|
protected static class |
KeyValueHandler.KeepAliveRequest |
Modifier and Type | Method and Description |
---|---|
protected BinaryMemcacheRequest |
KeyValueHandler.encodeRequest(ChannelHandlerContext ctx,
BinaryRequest msg) |
protected void |
KeyValueHandler.sideEffectRequestToCancel(BinaryRequest request)
Releasing the content of requests that are to be cancelled.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryStoreRequest |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyValueRequest
Default implementation of a
BinaryRequest . |
class |
AppendRequest |
class |
CounterRequest
Request to handle increment/decrement of a counter.
|
class |
GetBucketConfigRequest
Request which fetches a bucket configuration through carrier publication.
|
class |
GetRequest
Fetch a document from the cluster and return it if found.
|
class |
InsertRequest
Insert a document.
|
class |
ObserveRequest |
class |
ObserveSeqnoRequest
Observe through sequence numbers instead of cas.
|
class |
PrependRequest |
class |
RemoveRequest |
class |
ReplaceRequest |
class |
ReplicaGetRequest
Fetch a document from one or more and/or active nodes replicas.
|
class |
StatRequest |
class |
TouchRequest |
class |
UnlockRequest |
class |
UpsertRequest
Insert or update a document.
|
Modifier and Type | Method and Description |
---|---|
BinaryRequest |
BinaryRequest.partition(short id)
Set the partition ID.
|
BinaryRequest |
AbstractKeyValueRequest.partition(short partition) |
Copyright © 2015 Couchbase, Inc.. All rights reserved.