Uses of Class
com.couchbase.client.core.msg.kv.MutationToken
-
Packages that use MutationToken Package Description com.couchbase.client.core.io.netty.kv com.couchbase.client.core.kv com.couchbase.client.core.msg.kv com.couchbase.client.core.service.kv -
-
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 void
MutationTokenAggregator. 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 RangeScanCreateRequest
RangeScanCreateRequest. 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)
-