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 classCommonOptions<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 classAnalyticsOptionsAllows customizing various analytics query options. -
Uses of CommonOptions in com.couchbase.client.java.kv
Subclasses of CommonOptions in com.couchbase.client.java.kv Modifier and Type Class Description classAppendOptionsModifies properties of the append operation.classArrayListOptionsclassArraySetOptionsclassCommonDatastructureOptions<SELF extends CommonDatastructureOptions<SELF>>classCommonDurabilityOptions<SELF extends CommonDurabilityOptions<SELF>>Extends theCommonOptionsto also include the durability requirements.classDecrementOptionsModifies properties of the decrement operation.classExistsOptionsclassGetAllReplicasOptionsclassGetAndLockOptionsclassGetAndTouchOptionsclassGetAnyReplicaOptionsclassGetOptionsAllows to customize a get request.classIncrementOptionsModifies properties of the increment operation.classInsertOptionsclassLookupInOptionsclassMapOptionsclassMutateInOptionsclassPrependOptionsModifies properties of the prepend operation.classQueueOptionsclassRemoveOptionsclassReplaceOptionsclassTouchOptionsclassUnlockOptionsclassUpsertOptions -
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 classConnectLinkAnalyticsOptionsclassCreateDatasetAnalyticsOptionsclassCreateDataverseAnalyticsOptionsclassCreateIndexAnalyticsOptionsclassCreateLinkAnalyticsOptionsclassDisconnectLinkAnalyticsOptionsclassDropDatasetAnalyticsOptionsclassDropDataverseAnalyticsOptionsclassDropIndexAnalyticsOptionsclassDropLinkAnalyticsOptionsclassGetAllDatasetsAnalyticsOptionsclassGetAllDataversesAnalyticsOptionsclassGetAllIndexesAnalyticsOptionsclassGetLinksAnalyticsOptionsclassGetPendingMutationsAnalyticsOptionsclassReplaceLinkAnalyticsOptions -
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 classCreateBucketOptionsclassDropBucketOptionsclassFlushBucketOptionsclassGetAllBucketOptionsclassGetBucketOptionsclassUpdateBucketOptions -
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 classCreateCollectionOptionsclassCreateScopeOptionsclassDropCollectionOptionsclassDropScopeOptionsclassGetAllScopesOptionsclassGetScopeOptions -
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 classDeployFunctionOptionsAllows to customize the behavior of the eventing functions deploy operation.classDropFunctionOptionsAllows to customize the behavior of the eventing functions drop operation.classFunctionsStatusOptionsAllows to customize the behavior of the eventing functions status operation.classGetAllFunctionsOptionsAllows to customize the behavior of the eventing function get all operation.classGetFunctionOptionsAllows to customize the behavior of the eventing function get operation.classPauseFunctionOptionsAllows to customize the behavior of the eventing function pause operation.classResumeFunctionOptionsAllows to customize the behavior of the eventing function resume operation.classUndeployFunctionOptionsAllows to customize the behavior of the eventing function undeploy operation.classUpsertFunctionOptionsAllows 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 classBuildQueryIndexOptionsclassCreatePrimaryQueryIndexOptionsclassCreateQueryIndexOptionsclassDropPrimaryQueryIndexOptionsclassDropQueryIndexOptionsclassGetAllQueryIndexesOptions -
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 classRawManagerOptions -
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 classAllowQueryingSearchIndexOptionsclassAnalyzeDocumentOptionsclassDisallowQueryingSearchIndexOptionsclassDropSearchIndexOptionsclassFreezePlanSearchIndexOptionsclassGetAllSearchIndexesOptionsclassGetIndexedSearchIndexOptionsclassGetSearchIndexOptionsclassPauseIngestSearchIndexOptionsclassResumeIngestSearchIndexOptionsclassUnfreezePlanSearchIndexOptionsclassUpsertSearchIndexOptions -
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 classDropGroupOptionsclassDropUserOptionsclassGetAllGroupsOptionsclassGetAllUsersOptionsclassGetGroupOptionsclassGetRolesOptionsclassGetUserOptionsclassUpsertGroupOptionsclassUpsertUserOptions -
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 classDropDesignDocumentOptionsclassGetAllDesignDocumentsOptionsclassGetDesignDocumentOptionsclassPublishDesignDocumentOptionsclassUpsertDesignDocumentOptions -
Uses of CommonOptions in com.couchbase.client.java.query
Subclasses of CommonOptions in com.couchbase.client.java.query Modifier and Type Class Description classQueryOptionsAllows 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 classSearchOptions -
Uses of CommonOptions in com.couchbase.client.java.view
Subclasses of CommonOptions in com.couchbase.client.java.view Modifier and Type Class Description classViewOptions
-