Uses of Class
com.couchbase.client.core.msg.kv.MutationToken
-
-
Uses of MutationToken in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return types with arguments of type MutationToken Modifier and Type Method Description Optional<MutationToken>CoreMutationResult. mutationToken()Constructor parameters in com.couchbase.client.core.api.kv with type arguments of type MutationToken Constructor Description CoreCounterResult(CoreKvResponseMetadata meta, CoreKeyspace keyspace, String key, long cas, long content, Optional<MutationToken> mutationToken)CoreMutationResult(CoreKvResponseMetadata meta, CoreKeyspace keyspace, String key, long cas, Optional<MutationToken> mutationToken)CoreSubdocMutateResult(CoreKeyspace keyspace, String key, CoreKvResponseMetadata meta, long cas, Optional<MutationToken> mutationToken, List<SubDocumentField> fields) -
Uses of MutationToken in com.couchbase.client.core.api.shared
Methods in com.couchbase.client.core.api.shared that return types with arguments of type MutationToken Modifier and Type Method Description Iterator<MutationToken>CoreMutationState. iterator()List<MutationToken>CoreMutationState. tokens()Constructor parameters in com.couchbase.client.core.api.shared with type arguments of type MutationToken Constructor Description CoreMutationState(Iterable<MutationToken> tokens) -
Uses of MutationToken in com.couchbase.client.core.io.netty.kv
Methods in com.couchbase.client.core.io.netty.kv that return types with arguments of type MutationToken Modifier and Type Method Description static Optional<MutationToken>MemcacheProtocol. extractToken(boolean enabled, short partition, com.couchbase.client.core.deps.io.netty.buffer.ByteBuf msg, String bucket)Tries to extract the mutation token if the surround msg and environment allows for it. -
Uses of MutationToken in com.couchbase.client.core.kv
Method parameters in com.couchbase.client.core.kv with type arguments of type MutationToken Modifier and Type Method Description Flux<CoreRangeScanItem>RangeScanOrchestrator. rangeScan(byte[] startTerm, boolean startExclusive, byte[] endTerm, boolean endExclusive, Duration timeout, int continueItemLimit, int continueByteLimit, boolean keysOnly, CoreRangeScanSort sort, Optional<RequestSpan> parent, Map<Short,MutationToken> consistencyTokens)Performs a range scan between a start and an end term (reactive).Flux<CoreRangeScanItem>RangeScanOrchestrator. samplingScan(long limit, Optional<Long> seed, Duration timeout, int continueItemLimit, int continueByteLimit, boolean keysOnly, CoreRangeScanSort sort, Optional<RequestSpan> parent, Map<Short,MutationToken> consistencyTokens)Performs a sampling scan (reactive). -
Uses of MutationToken in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return types with arguments of type MutationToken Modifier and Type Method Description Iterator<MutationToken>MutationTokenAggregator. iterator()Optional<MutationToken>AppendResponse. mutationToken()Optional<MutationToken>DecrementResponse. mutationToken()Optional<MutationToken>IncrementResponse. mutationToken()Optional<MutationToken>InsertResponse. mutationToken()Optional<MutationToken>PrependResponse. mutationToken()Optional<MutationToken>RemoveResponse. mutationToken()Optional<MutationToken>ReplaceResponse. mutationToken()Optional<MutationToken>SubdocMutateResponse. mutationToken()Optional<MutationToken>TouchResponse. mutationToken()Optional<MutationToken>UnlockResponse. mutationToken()Optional<MutationToken>UpsertResponse. mutationToken()Methods in com.couchbase.client.core.msg.kv with parameters of type MutationToken Modifier and Type Method Description voidMutationTokenAggregator. add(MutationToken token)Adds the token to the aggregator, unless there's already a token with the same bucket name and partition and a higher sequence number.Method parameters in com.couchbase.client.core.msg.kv with type arguments of type MutationToken Modifier and Type Method Description static RangeScanCreateRequestRangeScanCreateRequest. forRangeScan(byte[] startTerm, boolean startExclusive, byte[] endTerm, boolean endExclusive, boolean keyOnly, Duration timeout, CoreContext ctx, RetryStrategy retryStrategy, CollectionIdentifier collectionIdentifier, RequestSpan span, short partition, Optional<MutationToken> mutationToken)Constructor parameters in com.couchbase.client.core.msg.kv with type arguments of type MutationToken Constructor Description AppendResponse(ResponseStatus status, long cas, Optional<MutationToken> mutationToken)DecrementResponse(ResponseStatus status, long value, long cas, Optional<MutationToken> mutationToken)IncrementResponse(ResponseStatus status, long value, long cas, Optional<MutationToken> mutationToken)PrependResponse(ResponseStatus status, long cas, Optional<MutationToken> mutationToken)TouchResponse(ResponseStatus status, long cas, Optional<MutationToken> mutationToken)UnlockResponse(ResponseStatus status, long cas, Optional<MutationToken> mutationToken) -
Uses of MutationToken in com.couchbase.client.core.service.kv
Methods in com.couchbase.client.core.service.kv that return types with arguments of type MutationToken Modifier and Type Method Description Optional<MutationToken>ObserveContext. mutationToken()Constructor parameters in com.couchbase.client.core.service.kv with type arguments of type MutationToken Constructor Description ObserveContext(CoreContext ctx, Observe.ObservePersistTo persistTo, Observe.ObserveReplicateTo replicateTo, Optional<MutationToken> mutationToken, long cas, CollectionIdentifier collectionIdentifier, String key, boolean remove, Duration timeout, RequestSpan parentSpan)
-