Uses of Class
com.couchbase.client.core.CoreKeyspace
Packages that use CoreKeyspace
Package
Description
-
Uses of CoreKeyspace in com.couchbase.client.core
Methods in com.couchbase.client.core that return CoreKeyspaceMethods in com.couchbase.client.core with parameters of type CoreKeyspaceModifier and TypeMethodDescriptionCore.kvBinaryOps
(CoreKeyspace keyspace) CoreProtostellar.kvBinaryOps
(CoreKeyspace keyspace) Core.kvOps
(CoreKeyspace keyspace) CoreProtostellar.kvOps
(CoreKeyspace keyspace) -
Uses of CoreKeyspace in com.couchbase.client.core.api
Methods in com.couchbase.client.core.api with parameters of type CoreKeyspaceModifier and TypeMethodDescriptionCoreCouchbaseOps.kvBinaryOps
(CoreKeyspace keyspace) CoreCouchbaseOps.kvOps
(CoreKeyspace keyspace) -
Uses of CoreKeyspace in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return CoreKeyspaceMethods in com.couchbase.client.core.api.kv with parameters of type CoreKeyspaceModifier and TypeMethodDescriptionstatic void
CoreKvBinaryParamValidators.validateAppendPrependArgs
(String key, CoreKeyspace keyspace, CoreCommonOptions options, byte[] content, long cas, CoreDurability durability) static void
CoreKvBinaryParamValidators.validateIncrementDecrementArgs
(String key, CoreKeyspace keyspace, CoreCommonOptions options, CoreExpiry expiry, long delta, Optional<Long> initial, CoreDurability durability) Constructors in com.couchbase.client.core.api.kv with parameters of type CoreKeyspaceModifierConstructorDescriptionCoreCounterResult
(CoreKvResponseMetadata meta, CoreKeyspace keyspace, String key, long cas, long content, Optional<MutationToken> mutationToken) CoreExistsResult
(CoreKvResponseMetadata meta, CoreKeyspace keyspace, String key, long cas, boolean exists) CoreGetResult
(CoreKvResponseMetadata meta, CoreKeyspace keyspace, String key, byte[] content, int flags, long cas, Instant expiry, boolean replica) CoreKvResult
(CoreKeyspace keyspace, String key, CoreKvResponseMetadata meta) CoreMutationResult
(CoreKvResponseMetadata meta, CoreKeyspace keyspace, String key, long cas, Optional<MutationToken> mutationToken) CoreSubdocGetResult
(CoreKeyspace keyspace, String key, CoreKvResponseMetadata meta, List<SubDocumentField> fields, long cas, boolean tombstone) CoreSubdocGetResult
(CoreKeyspace keyspace, String key, CoreKvResponseMetadata meta, List<SubDocumentField> fields, long cas, boolean tombstone, boolean replica) CoreSubdocMutateResult
(CoreKeyspace keyspace, String key, CoreKvResponseMetadata meta, long cas, Optional<MutationToken> mutationToken, List<SubDocumentField> fields) -
Uses of CoreKeyspace in com.couchbase.client.core.classic.kv
Methods in com.couchbase.client.core.classic.kv with parameters of type CoreKeyspaceModifier and TypeMethodDescriptionstatic CompletableFuture
<CoreMutationResult> BinaryAccessor.append
(Core core, AppendRequest request, String key, CoreKeyspace keyspace, CoreDurability durability) static CompletableFuture
<CoreCounterResult> BinaryAccessor.decrement
(Core core, DecrementRequest request, String id, CoreKeyspace keyspace, CoreDurability durability) static CompletableFuture
<CoreCounterResult> BinaryAccessor.increment
(Core core, IncrementRequest request, String id, CoreKeyspace keyspace, CoreDurability durability) static CompletableFuture
<CoreMutationResult> BinaryAccessor.prepend
(Core core, PrependRequest request, String key, CoreKeyspace keyspace, CoreDurability durability) Constructors in com.couchbase.client.core.classic.kv with parameters of type CoreKeyspaceModifierConstructorDescriptionClassicCoreKvBinaryOps
(Core core, CoreKeyspace keyspace) ClassicCoreKvOps
(Core core, CoreKeyspace keyspace) -
Uses of CoreKeyspace in com.couchbase.client.core.manager
Methods in com.couchbase.client.core.manager with parameters of type CoreKeyspaceModifier and TypeMethodDescriptionstatic String
CoreCollectionQueryIndexManager.quote
(CoreKeyspace keyspace) Constructors in com.couchbase.client.core.manager with parameters of type CoreKeyspaceModifierConstructorDescriptionCoreCollectionQueryIndexManager
(CoreQueryOps queryOps, RequestTracer requestTracer, CoreKeyspace collection) -
Uses of CoreKeyspace in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv with parameters of type CoreKeyspace -
Uses of CoreKeyspace in com.couchbase.client.core.protostellar
Constructors in com.couchbase.client.core.protostellar with parameters of type CoreKeyspaceModifierConstructorDescriptionProtostellarKeyValueRequest
(TGrpcRequest request, CoreProtostellar core, CoreKeyspace keyspace, String key, CoreDurability durability, String requestName, RequestSpan span, Duration timeout, boolean readonly, RetryStrategy retryStrategy, Map<String, Object> clientContext, long encodeDurationNanos) -
Uses of CoreKeyspace in com.couchbase.client.core.protostellar.kv
Methods in com.couchbase.client.core.protostellar.kv with parameters of type CoreKeyspaceModifier and TypeMethodDescriptionstatic ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.AppendRequest> CoreProtoStellarKvBinaryRequests.appendRequest
(CoreProtostellar core, String key, CoreKeyspace keyspace, CoreCommonOptions opts, byte[] content, long cas, CoreDurability durability) For creating Protostellar GRPC requests.protected static CoreMutationResult
CoreProtostellarKeyValueResponses.convertMutationResult
(CoreKeyspace keyspace, String key, long cas, com.couchbase.client.protostellar.kv.v1.MutationToken mt) static CoreExistsResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.ExistsResponse response) static CoreGetResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.GetAndLockResponse response) static CoreGetResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.GetAndTouchResponse response) static CoreGetResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.GetResponse response) static CoreMutationResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.InsertResponse response) static CoreSubdocMutateResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.MutateInResponse response, List<CoreSubdocMutateCommand> specs) static CoreMutationResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.RemoveResponse response) static CoreMutationResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.ReplaceResponse response) static CoreMutationResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.TouchResponse response) static CoreMutationResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.UnlockResponse response) static CoreMutationResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.UpsertResponse response) static CoreSubdocGetResult
CoreProtostellarKeyValueResponses.convertResponse
(CoreProtostellar core, ProtostellarRequest<?> request, CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.LookupInResponse response, List<CoreSubdocGetCommand> specs) static CoreMutationResult
CoreProtostellarKvBinaryResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.AppendResponse response) static CoreCounterResult
CoreProtostellarKvBinaryResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.DecrementResponse response) static CoreCounterResult
CoreProtostellarKvBinaryResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.IncrementResponse response) static CoreMutationResult
CoreProtostellarKvBinaryResponses.convertResponse
(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.PrependResponse response) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.DecrementRequest> CoreProtoStellarKvBinaryRequests.decrementRequest
(CoreProtostellar core, String key, CoreKeyspace keyspace, CoreCommonOptions opts, CoreExpiry expiry, long delta, Optional<Long> initial, CoreDurability durability) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.ExistsRequest> CoreProtostellarKeyValueRequests.existsRequest
(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.GetAndLockRequest> CoreProtostellarKeyValueRequests.getAndLockRequest
(CoreProtostellar core, CoreCommonOptions opts, CoreKeyspace keyspace, String key, Duration lockTime, CompressionConfig compressionConfig) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.GetAndTouchRequest> CoreProtostellarKeyValueRequests.getAndTouchRequest
(CoreProtostellar core, CoreCommonOptions opts, CoreKeyspace keyspace, String key, CoreExpiry expiry, CompressionConfig compressionConfig) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.GetRequest> CoreProtostellarKeyValueRequests.getRequest
(CoreProtostellar core, CoreCommonOptions opts, CoreKeyspace keyspace, String key, List<String> projections, boolean withExpiry, CompressionConfig compressionConfig) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.IncrementRequest> CoreProtoStellarKvBinaryRequests.incrementRequest
(CoreProtostellar core, String key, CoreKeyspace keyspace, CoreCommonOptions opts, CoreExpiry expiry, long delta, Optional<Long> initial, CoreDurability durability) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.InsertRequest> CoreProtostellarKeyValueRequests.insertRequest
(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, CoreExpiry expiry, CompressionConfig compressionConfig) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.LookupInRequest> CoreProtostellarKeyValueRequests.lookupInRequest
(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, List<CoreSubdocGetCommand> commands, boolean accessDeleted) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.MutateInRequest> CoreProtostellarKeyValueRequests.mutateInRequest
(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, List<CoreSubdocMutateCommand> commands, CoreStoreSemantics storeSemantics, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry, boolean accessDeleted, boolean createAsDeleted) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.PrependRequest> CoreProtoStellarKvBinaryRequests.prependRequest
(CoreProtostellar core, String key, CoreKeyspace keyspace, CoreCommonOptions opts, byte[] content, long cas, CoreDurability durability) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.RemoveRequest> CoreProtostellarKeyValueRequests.removeRequest
(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, long cas, CoreDurability durability) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.ReplaceRequest> CoreProtostellarKeyValueRequests.replaceRequest
(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry, CompressionConfig compressionConfig) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.TouchRequest> CoreProtostellarKeyValueRequests.touchRequest
(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, CoreExpiry expiry) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.UnlockRequest> CoreProtostellarKeyValueRequests.unlockRequest
(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, long cas) static ProtostellarRequest
<com.couchbase.client.protostellar.kv.v1.UpsertRequest> CoreProtostellarKeyValueRequests.upsertRequest
(CoreProtostellar core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, CoreExpiry expiry, boolean preserveExpiry, CompressionConfig compressionConfig) Constructors in com.couchbase.client.core.protostellar.kv with parameters of type CoreKeyspaceModifierConstructorDescriptionProtostellarCoreKvBinaryOps
(CoreProtostellar core, CoreKeyspace keyspace) ProtostellarCoreKvOps
(CoreProtostellar core, CoreKeyspace keyspace)