Interface BinaryStoreRequest
- All Superinterfaces:
BinaryRequest
,CouchbaseMessage
,CouchbaseRequest
- All Known Implementing Classes:
InsertRequest
,ReplaceRequest
,UpsertRequest
public interface BinaryStoreRequest extends BinaryRequest
-
Method Summary
Modifier and Type Method Description ByteBuf
content()
int
expiration()
int
flags()
boolean
isJson()
Methods inherited from interface com.couchbase.client.core.message.kv.BinaryRequest
key, keyBytes, opaque, partition, partition
Methods inherited from interface com.couchbase.client.core.message.CouchbaseMessage
creationTime
Methods inherited from interface com.couchbase.client.core.message.CouchbaseRequest
bucket, complete, dispatchHostname, dispatchHostname, emit, fail, incrementRetryCount, isActive, lastLocalId, lastLocalId, lastLocalSocket, lastLocalSocket, lastRemoteSocket, lastRemoteSocket, maxRetryDuration, maxRetryDuration, observable, operationId, password, retryAfter, retryAfter, retryCount, retryDelay, retryDelay, span, span, subscriber, succeed, username
-
Method Details
-
expiration
int expiration() -
flags
int flags() -
content
ByteBuf content() -
isJson
boolean isJson()
-