public interface BinaryRequest extends CouchbaseRequest
Common marker interface for all BinaryRequests.
| 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, incrementRetryCount, observable, passwordcreationTimeString 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 © 2016 Couchbase, Inc.. All rights reserved.