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.
|
short |
partition()
The partition (vbucket) to use for this request.
|
BinaryRequest |
partition(short id)
Set the partition ID.
|
bucket, observable, password
String key()
The key of the document.
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.Copyright © 2014 Couchbase, Inc.