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.http
Subclasses of CommonOptions in com.couchbase.client.java.http Modifier and Type Class Description classCommonHttpOptions<SELF extends CommonHttpOptions<SELF>>Options common to all HTTP requests.classHttpDeleteOptionsclassHttpGetOptionsclassHttpPostOptionsclassHttpPutOptions -
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 classConnectLinkAnalyticsOptionsCustomizes how a analytics link is connected.classCreateDatasetAnalyticsOptionsAllows customizing how datasets are created.classCreateDataverseAnalyticsOptionsAllows customizing how an analytics dataverse is created.classCreateIndexAnalyticsOptionsCustomizes how an index is created.classCreateLinkAnalyticsOptionsAllows customizing how the analytics links are created.classDisconnectLinkAnalyticsOptionsCustomizes how a analytics link is disconnected.classDropDatasetAnalyticsOptionsAllows customizing how datasets are dropped.classDropDataverseAnalyticsOptionsAllows customizing how an analytics dataverse is dropped.classDropIndexAnalyticsOptionsCustomizes how an index is dropped.classDropLinkAnalyticsOptionsAllows customizing how the analytics links are dropped.classGetAllDatasetsAnalyticsOptionsAllows customizing how datasets are loaded.classGetAllDataversesAnalyticsOptionsAllows customizing how analytics dataverses are loaded.classGetAllIndexesAnalyticsOptionsCustomizes how indexes are loaded.classGetLinksAnalyticsOptionsAllows customizing how the analytics links are loaded.classGetPendingMutationsAnalyticsOptionsAllows customizing how pending mutations are loaded.classReplaceLinkAnalyticsOptionsAllows 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 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 classCreateCollectionOptionsAllows to customize the behavior of the create collection operation.classCreateScopeOptionsAllows to customize the behavior of the create scope operation.classDropCollectionOptionsAllows to customize the behavior of the drop collection operation.classDropScopeOptionsAllows to customize the behavior of the drop scope operation.classGetAllScopesOptionsAllows to customize the behavior of the get all scopes operation.classGetScopeOptionsAllows 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 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 classBuildQueryIndexOptionsAllows customizing how deferred indexes are built.classCreatePrimaryQueryIndexOptionsAllows customizing how a query primary index is created.classCreateQueryIndexOptionsAllows customizing how a query index is created.classDropPrimaryQueryIndexOptionsAllows customizing how primary indexes are dropped.classDropQueryIndexOptionsAllows customizing how query indexes are dropped.classGetAllQueryIndexesOptionsAllows 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 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
-