public interface CouchbaseRequest extends CouchbaseMessage
High-Level marker interface for all CouchbaseRequest
s.
Modifier and Type | Method and Description |
---|---|
String |
bucket()
The associated bucket name for this request.
|
int |
incrementRetryCount()
Returns the old retry count and increments it by one.
|
rx.subjects.Subject<CouchbaseResponse,CouchbaseResponse> |
observable()
Get the underlying
Observable . |
String |
password()
The password associated with the bucket/ user
|
int |
retryCount()
Returns the current retry count.
|
String |
username()
User authorized for bucket access
|
creationTime
rx.subjects.Subject<CouchbaseResponse,CouchbaseResponse> observable()
Get the underlying Observable
.
String bucket()
The associated bucket name for this request.
String username()
User authorized for bucket access
String password()
The password associated with the bucket/ user
int incrementRetryCount()
Returns the old retry count and increments it by one.
int retryCount()
Returns the current retry count.
Copyright © 2017 Couchbase, Inc.. All rights reserved.