Interface | Description |
---|---|
CouchbaseClientIF |
This interface is provided as a helper for testing clients of the
CouchbaseClient.
|
Class | Description |
---|---|
ClusterManager |
A client to perform cluster-wide operations over the HTTP REST API.
|
ClusterManager.HttpResult |
Value Object to aggregate a raw response message.
|
ClusterManagerBuilder |
A builder to configure settings for the
ClusterManager . |
CouchbaseClient |
A client for Couchbase Server.
|
CouchbaseConnection |
Maintains connections to each node in a cluster of Couchbase Nodes.
|
CouchbaseConnectionFactory |
Couchbase implementation of ConnectionFactory.
|
CouchbaseConnectionFactoryBuilder |
The
CouchbaseConnectionFactoryBuilder enables the customization of
CouchbaseConnectionFactory settings. |
CouchbaseMemcachedConnection |
Couchbase implementation of CouchbaseConnection.
|
CouchbaseProperties |
The CouchbaseProperties class abstracts system properties and those set
via a file exposed through a unified class.
|
Diagnostics |
Provides access to various metrics helpful for system diagnosis.
|
TapClient |
A tap client for Couchbase server.
|
TapConnectionProvider |
A TapConnectionProvider for Couchbase Server.
|
TapMessagePrinter |
A utility class for printing the bytes of a tap message.
|
ViewConnection |
The
ViewConnection is responsible for managing and multiplexing
HTTP connections to Couchbase View endpoints. |
Enum | Description |
---|---|
StoreType |
Operation Types.
|
Exception | Description |
---|---|
ObservedException |
An exception in Observe.
|
ObservedModifiedException |
An exception in Observe indicating the Key/CAS combination was
modified.
|
ObservedTimeoutException |
An exception in Observe indicating a Timeout.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.