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 | |
DiagnosticRequest |
Marker interface for extended information.
|
KeepAlive |
Marker interface to identify a request that handles a keepalive.
|
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 . |
ResponseStatusDetails |
Container for extended response status information.
|
Enum | Description |
---|---|
ResponseStatus |
Typesafe status code returned by
CouchbaseResponse s. |
Copyright © 2018 Couchbase, Inc.. All rights reserved.