Interface | Description |
---|---|
BootstrapMessage |
Marker interface for messages that should be allowed to go through the RequestHandler, despite no bucket configuration available to check upon.
|
CouchbaseMessage | |
CouchbaseRequest |
High-Level marker interface for all
CouchbaseRequest s. |
CouchbaseResponse | |
PrelocatedRequest |
A
CouchbaseRequest that can be targeted at a specific node through the corresponding InetAddress , shortcutting the dispatch usually performed by a Locator .. |
Class | Description |
---|---|
AbstractCouchbaseRequest |
Default implementation for a
CouchbaseRequest , should be extended by child messages. |
AbstractCouchbaseResponse |
The default representation of a
CouchbaseResponse . |
Enum | Description |
---|---|
ResponseStatus |
Typesafe status code returned by
CouchbaseResponse s. |
Copyright © 2016 Couchbase, Inc.. All rights reserved.