Uses of Class
com.couchbase.client.java.CommonOptions
-
-
Uses of CommonOptions in com.couchbase.client.java
Classes in com.couchbase.client.java with type parameters of type CommonOptions Modifier and Type Class Description class
CommonOptions<SELF extends CommonOptions<SELF>>
Common options that are used by most operations. -
Uses of CommonOptions in com.couchbase.client.java.analytics
Subclasses of CommonOptions in com.couchbase.client.java.analytics Modifier and Type Class Description class
AnalyticsOptions
Allows customizing various analytics query options. -
Uses of CommonOptions in com.couchbase.client.java.http
Subclasses of CommonOptions in com.couchbase.client.java.http Modifier and Type Class Description class
CommonHttpOptions<SELF extends CommonHttpOptions<SELF>>
Options common to all HTTP requests.class
HttpDeleteOptions
class
HttpGetOptions
class
HttpPostOptions
class
HttpPutOptions
-
Uses of CommonOptions in com.couchbase.client.java.kv
Subclasses of CommonOptions in com.couchbase.client.java.kv Modifier and Type Class Description class
AppendOptions
Modifies properties of the append operation.class
ArrayListOptions
class
ArraySetOptions
class
CommonDatastructureOptions<SELF extends CommonDatastructureOptions<SELF>>
class
CommonDurabilityOptions<SELF extends CommonDurabilityOptions<SELF>>
Extends theCommonOptions
to also include the durability requirements.class
DecrementOptions
Modifies properties of the decrement operation.class
ExistsOptions
class
GetAllReplicasOptions
class
GetAndLockOptions
class
GetAndTouchOptions
class
GetAnyReplicaOptions
class
GetOptions
Allows to customize a get request.class
IncrementOptions
Modifies properties of the increment operation.class
InsertOptions
class
LookupInOptions
class
MapOptions
class
MutateInOptions
class
PrependOptions
Modifies properties of the prepend operation.class
QueueOptions
class
RemoveOptions
class
ReplaceOptions
class
TouchOptions
class
UnlockOptions
class
UpsertOptions
-
Uses of CommonOptions in com.couchbase.client.java.manager.analytics
Subclasses of CommonOptions in com.couchbase.client.java.manager.analytics Modifier and Type Class Description class
ConnectLinkAnalyticsOptions
Customizes how a analytics link is connected.class
CreateDatasetAnalyticsOptions
Allows customizing how datasets are created.class
CreateDataverseAnalyticsOptions
Allows customizing how an analytics dataverse is created.class
CreateIndexAnalyticsOptions
Customizes how an index is created.class
CreateLinkAnalyticsOptions
Allows customizing how the analytics links are created.class
DisconnectLinkAnalyticsOptions
Customizes how a analytics link is disconnected.class
DropDatasetAnalyticsOptions
Allows customizing how datasets are dropped.class
DropDataverseAnalyticsOptions
Allows customizing how an analytics dataverse is dropped.class
DropIndexAnalyticsOptions
Customizes how an index is dropped.class
DropLinkAnalyticsOptions
Allows customizing how the analytics links are dropped.class
GetAllDatasetsAnalyticsOptions
Allows customizing how datasets are loaded.class
GetAllDataversesAnalyticsOptions
Allows customizing how analytics dataverses are loaded.class
GetAllIndexesAnalyticsOptions
Customizes how indexes are loaded.class
GetLinksAnalyticsOptions
Allows customizing how the analytics links are loaded.class
GetPendingMutationsAnalyticsOptions
Allows customizing how pending mutations are loaded.class
ReplaceLinkAnalyticsOptions
Allows customizing how the analytics links are replaced. -
Uses of CommonOptions in com.couchbase.client.java.manager.bucket
Subclasses of CommonOptions in com.couchbase.client.java.manager.bucket Modifier and Type Class Description class
CreateBucketOptions
class
DropBucketOptions
class
FlushBucketOptions
class
GetAllBucketOptions
class
GetBucketOptions
class
UpdateBucketOptions
-
Uses of CommonOptions in com.couchbase.client.java.manager.collection
Subclasses of CommonOptions in com.couchbase.client.java.manager.collection Modifier and Type Class Description class
CreateCollectionOptions
Allows to customize the behavior of the create collection operation.class
CreateScopeOptions
Allows to customize the behavior of the create scope operation.class
DropCollectionOptions
Allows to customize the behavior of the drop collection operation.class
DropScopeOptions
Allows to customize the behavior of the drop scope operation.class
GetAllScopesOptions
Allows to customize the behavior of the get all scopes operation.class
GetScopeOptions
Allows to customize the behavior of the get scope operation. -
Uses of CommonOptions in com.couchbase.client.java.manager.eventing
Subclasses of CommonOptions in com.couchbase.client.java.manager.eventing Modifier and Type Class Description class
DeployFunctionOptions
Allows to customize the behavior of the eventing functions deploy operation.class
DropFunctionOptions
Allows to customize the behavior of the eventing functions drop operation.class
FunctionsStatusOptions
Allows to customize the behavior of the eventing functions status operation.class
GetAllFunctionsOptions
Allows to customize the behavior of the eventing function get all operation.class
GetFunctionOptions
Allows to customize the behavior of the eventing function get operation.class
PauseFunctionOptions
Allows to customize the behavior of the eventing function pause operation.class
ResumeFunctionOptions
Allows to customize the behavior of the eventing function resume operation.class
UndeployFunctionOptions
Allows to customize the behavior of the eventing function undeploy operation.class
UpsertFunctionOptions
Allows to customize the behavior of the eventing function upsert operation. -
Uses of CommonOptions in com.couchbase.client.java.manager.query
Subclasses of CommonOptions in com.couchbase.client.java.manager.query Modifier and Type Class Description class
BuildQueryIndexOptions
Allows customizing how deferred indexes are built.class
CreatePrimaryQueryIndexOptions
Allows customizing how a query primary index is created.class
CreateQueryIndexOptions
Allows customizing how a query index is created.class
DropPrimaryQueryIndexOptions
Allows customizing how primary indexes are dropped.class
DropQueryIndexOptions
Allows customizing how query indexes are dropped.class
GetAllQueryIndexesOptions
Allows customizing how query indexes are loaded. -
Uses of CommonOptions in com.couchbase.client.java.manager.raw
Subclasses of CommonOptions in com.couchbase.client.java.manager.raw Modifier and Type Class Description class
RawManagerOptions
-
Uses of CommonOptions in com.couchbase.client.java.manager.search
Subclasses of CommonOptions in com.couchbase.client.java.manager.search Modifier and Type Class Description class
AllowQueryingSearchIndexOptions
class
AnalyzeDocumentOptions
class
DisallowQueryingSearchIndexOptions
class
DropSearchIndexOptions
class
FreezePlanSearchIndexOptions
class
GetAllSearchIndexesOptions
class
GetIndexedSearchIndexOptions
class
GetSearchIndexOptions
class
PauseIngestSearchIndexOptions
class
ResumeIngestSearchIndexOptions
class
UnfreezePlanSearchIndexOptions
class
UpsertSearchIndexOptions
-
Uses of CommonOptions in com.couchbase.client.java.manager.user
Subclasses of CommonOptions in com.couchbase.client.java.manager.user Modifier and Type Class Description class
DropGroupOptions
class
DropUserOptions
class
GetAllGroupsOptions
class
GetAllUsersOptions
class
GetGroupOptions
class
GetRolesOptions
class
GetUserOptions
class
UpsertGroupOptions
class
UpsertUserOptions
-
Uses of CommonOptions in com.couchbase.client.java.manager.view
Subclasses of CommonOptions in com.couchbase.client.java.manager.view Modifier and Type Class Description class
DropDesignDocumentOptions
class
GetAllDesignDocumentsOptions
class
GetDesignDocumentOptions
class
PublishDesignDocumentOptions
class
UpsertDesignDocumentOptions
-
Uses of CommonOptions in com.couchbase.client.java.query
Subclasses of CommonOptions in com.couchbase.client.java.query Modifier and Type Class Description class
QueryOptions
Allows customizing various N1QL query options. -
Uses of CommonOptions in com.couchbase.client.java.search
Subclasses of CommonOptions in com.couchbase.client.java.search Modifier and Type Class Description class
SearchOptions
-
Uses of CommonOptions in com.couchbase.client.java.view
Subclasses of CommonOptions in com.couchbase.client.java.view Modifier and Type Class Description class
ViewOptions
-