public interface BinaryRequest extends CouchbaseRequest
Common marker interface for all BinaryRequest
s.
Modifier and Type | Method and Description |
---|---|
String |
key()
The key of the document.
|
byte[] |
keyBytes()
The raw byte representation of the key.
|
int |
opaque()
A opaque value representing this request.
|
short |
partition()
The partition (vbucket) to use for this request.
|
BinaryRequest |
partition(short id)
Set the partition ID.
|
bucket, dispatchHostname, dispatchHostname, incrementRetryCount, isActive, maxRetryDuration, maxRetryDuration, observable, password, retryAfter, retryAfter, retryCount, retryDelay, retryDelay, subscriber, username
creationTime
String key()
The key of the document.
byte[] keyBytes()
The raw byte representation of the key.
short partition()
The partition (vbucket) to use for this request.
BinaryRequest partition(short id)
Set the partition ID.
id
- the id of the partition.BinaryRequest
for proper chaining.int opaque()
A opaque value representing this request.
Copyright © 2017 Couchbase, Inc.. All rights reserved.