Package com.couchbase.client.java
Holds all classes that are needed for the Couchbase Java SDK.
-
Class Summary Class Description AsyncBinaryCollection AsyncBucket Provides access to a Couchbase bucket in an async fashion.AsyncCluster TheAsyncCluster
is the main entry point when connecting to a Couchbase cluster.AsyncCollection TheAsyncCollection
provides basic asynchronous access to all collection APIs.AsyncScope The scope identifies a group of collections and allows high application density as a result.AsyncUtils BinaryCollection Bucket Provides access to a Couchbase bucket in a blocking fashion.Cluster TheCluster
is the main entry point when connecting to a Couchbase cluster.ClusterOptions Allows to specify custom options when connecting to the cluster.Collection TheCollection
provides blocking, synchronous access to all collection APIs.CommonOptions<SELF extends CommonOptions<SELF>> Common options that are used by most operations.ReactiveBinaryCollection ReactiveBucket Provides access to a Couchbase bucket in a reactive fashion.ReactiveCluster ReactiveCollection TheReactiveCollection
provides sophisticated asynchronous access to all collection APIs.ReactiveScope The scope identifies a group of collections and allows high application density as a result.Scope The scope identifies a group of collections and allows high application density as a result.