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 List<MutationToken>
CoreMutationState. tokens()
Map<Short,MutationToken>
CoreMutationState. toMap()
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
Methods in com.couchbase.client.core.kv that return types with arguments of type MutationToken Modifier and Type Method Description default Map<Short,MutationToken>
CoreScanOptions. consistencyMap()
-
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, CoreRangeScan rangeScan, CoreScanOptions options, short partition, CoreContext ctx, CollectionIdentifier collectionIdentifier, Map<Short,MutationToken> consistencyMap)
static RangeScanCreateRequest
RangeScanCreateRequest. forSamplingScan(CoreSamplingScan samplingScan, CoreScanOptions options, short partition, CoreContext ctx, CollectionIdentifier collectionIdentifier, Map<Short,MutationToken> consistencyMap)
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)
-