Uses of Package
com.couchbase.client.java.kv
-
Packages that use com.couchbase.client.java.kv Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.batch com.couchbase.client.java.datastructures com.couchbase.client.java.kv Namespace for various kv-service related classes.com.couchbase.client.java.query Namespace for various query-service related classes.com.couchbase.client.java.search Namespace for various search-service related classes. -
Classes in com.couchbase.client.java.kv used by com.couchbase.client.java Class Description AppendOptions Modifies properties of the append operation.ArrayListOptions ArraySetOptions CounterResult Result returned from counter (increment, decrement) operations.DecrementOptions Modifies properties of the decrement operation.ExistsOptions ExistsResult Result returned from an exists KeyValue operation.GetAllReplicasOptions GetAndLockOptions GetAndTouchOptions GetAnyReplicaOptions GetOptions Allows to customize a get request.GetReplicaResult Extends GetResult to include additional information for get-from-replica style calls.GetResult Returned from all kinds of KeyValue Get operation to fetch a document or a subset of it.IncrementOptions Modifies properties of the increment operation.InsertOptions LookupInOptions LookupInResult This result is returned from successful KeyValue subdocument lookup responses.LookupInSpec Defines specs to lookup parts in a JSON document.MapOptions MutateInOptions MutateInResult This result is returned from successful KeyValue subdocument mutation responses.MutateInSpec Defines specs to mutate parts in a JSON document.MutationResult Result returned from all kinds of Key-Value mutation operations.PrependOptions Modifies properties of the prepend operation.QueueOptions RemoveOptions ReplaceOptions ScanOptions Allows to customize the various range and sampling scan options.ScanResult Returned for each found item in a KV Range Scan operation.ScanType Specifies which documents to include in a KV scan.TouchOptions UnlockOptions UpsertOptions -
Classes in com.couchbase.client.java.kv used by com.couchbase.client.java.batch Class Description GetResult Returned from all kinds of KeyValue Get operation to fetch a document or a subset of it. -
Classes in com.couchbase.client.java.kv used by com.couchbase.client.java.datastructures Class Description ArrayListOptions ArraySetOptions MapOptions QueueOptions -
Classes in com.couchbase.client.java.kv used by com.couchbase.client.java.kv Class Description AppendOptions Modifies properties of the append operation.AppendOptions.Built ArrayAddUnique An intention to perform a SubDocument array add-unique operation.ArrayAppend An intention to perform a SubDocument array append operation.ArrayInsert An intention to perform a SubDocument array insert operation.ArrayListOptions ArrayListOptions.Built ArrayPrepend An intention to perform a SubDocument array prepend operation.ArraySetOptions ArraySetOptions.Built CommonDatastructureOptions CommonDatastructureOptions.BuiltCommonDatastructureOptions CommonDurabilityOptions Extends theCommonOptions
to also include the durability requirements.CommonDurabilityOptions.BuiltCommonDurabilityOptions DecrementOptions Modifies properties of the decrement operation.DecrementOptions.Built DurabilityUtils ExistsOptions ExistsOptions.Built ExistsResult Result returned from an exists KeyValue operation.Expiry GetAllReplicasOptions GetAllReplicasOptions.Built GetAndLockOptions GetAndLockOptions.Built GetAndTouchOptions GetAndTouchOptions.Built GetAnyReplicaOptions GetAnyReplicaOptions.Built GetOptions Allows to customize a get request.GetOptions.Built GetReplicaResult Extends GetResult to include additional information for get-from-replica style calls.GetResult Returned from all kinds of KeyValue Get operation to fetch a document or a subset of it.Increment An intention to perform a SubDocument increment operation.IncrementOptions Modifies properties of the increment operation.IncrementOptions.Built Insert An intention to perform a SubDocument insert operation.InsertOptions InsertOptions.Built LookupInOptions LookupInOptions.Built LookupInSpec Defines specs to lookup parts in a JSON document.LookupInSpecStandard MapOptions MapOptions.Built MutateInMacro MutateInOptions MutateInOptions.Built MutateInSpec Defines specs to mutate parts in a JSON document.MutationResult Result returned from all kinds of Key-Value mutation operations.MutationState Aggregation of one or moreMutationToken
s for specifying consistency requirements of N1QL or FTS queries.PersistTo PrependOptions Modifies properties of the prepend operation.PrependOptions.Built QueueOptions QueueOptions.Built RangeScan Performs a KV range scan to scan between twoScanTerms
.RangeScan.Built Remove An intention to perform a SubDocument remove operation.RemoveOptions RemoveOptions.Built Replace An intention to perform a SubDocument replace operation.ReplaceOptions ReplaceOptions.Built ReplicateTo SamplingScan Performs a KV range scan using random sampling.SamplingScan.Built ScanOptions Allows to customize the various range and sampling scan options.ScanOptions.Built ScanTerm A singleScanTerm
identifying either the point to scan from or to scan to.ScanType Specifies which documents to include in a KV scan.StoreSemantics Describes how the outer document store semantics on subdoc should act.TouchOptions TouchOptions.Built UnlockOptions UnlockOptions.Built Upsert An intention to perform a SubDocument upsert operation.UpsertOptions UpsertOptions.Built -
Classes in com.couchbase.client.java.kv used by com.couchbase.client.java.query Class Description MutationState Aggregation of one or moreMutationToken
s for specifying consistency requirements of N1QL or FTS queries. -
Classes in com.couchbase.client.java.kv used by com.couchbase.client.java.search Class Description MutationState Aggregation of one or moreMutationToken
s for specifying consistency requirements of N1QL or FTS queries.