Package com.couchbase.client.java
package com.couchbase.client.java
Holds all classes that are needed for the Couchbase Java SDK.
-
ClassesClassDescriptionAllows to perform certain operations on non-JSON documents.Provides access to a Couchbase bucket in an async fashion.The
AsyncClusteris the main entry point when connecting to a Couchbase cluster using the async API.TheAsyncCollectionprovides 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.TheClusteris the main entry point when connecting to a Couchbase cluster.Allows specifying custom options when connecting to the cluster.TheCollectionprovides 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.TheClusteris the main entry point when connecting to a Couchbase cluster using the reactive APIs.TheReactiveCollectionprovides 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.