Package com.couchbase.client.java
package com.couchbase.client.java
Holds all classes that are needed for the Couchbase Java SDK.
-
ClassDescriptionAllows to perform certain operations on non-JSON documents.Provides access to a Couchbase bucket in an async fashion.The
AsyncCluster
is the main entry point when connecting to a Couchbase cluster using the async API.TheAsyncCollection
provides basic asynchronous access to all collection APIs.The scope identifies a group of collections and allows high application density as a result.Allows to perform certain operations on non-JSON documents.Provides access to a Couchbase bucket in a blocking fashion.TheCluster
is the main entry point when connecting to a Couchbase cluster.Allows specifying custom options when connecting to the cluster.TheCollection
provides blocking, synchronous access to all collection APIs.CommonOptions<SELF extends CommonOptions<SELF>>Common options that are used by most operations.Allows to perform certain operations on non-JSON documents.Provides access to a Couchbase bucket in a reactive fashion.TheCluster
is the main entry point when connecting to a Couchbase cluster using the reactive APIs.TheReactiveCollection
provides sophisticated asynchronous access to all collection APIs.The scope identifies a group of collections and allows high application density as a result.The scope identifies a group of collections and allows high application density as a result.