Uses of Class
com.couchbase.client.core.msg.kv.SubdocGetRequest.Command
-
Packages that use SubdocGetRequest.Command Package Description com.couchbase.client.core.msg.kv com.couchbase.client.core.transaction.util -
-
Uses of SubdocGetRequest.Command in com.couchbase.client.core.msg.kv
Constructor parameters in com.couchbase.client.core.msg.kv with type arguments of type SubdocGetRequest.Command Constructor Description SubdocGetRequest(Duration timeout, CoreContext ctx, CollectionIdentifier collectionIdentifier, RetryStrategy retryStrategy, String key, byte flags, List<SubdocGetRequest.Command> commands, RequestSpan span)
-
Uses of SubdocGetRequest.Command in com.couchbase.client.core.transaction.util
Method parameters in com.couchbase.client.core.transaction.util with type arguments of type SubdocGetRequest.Command Modifier and Type Method Description static Mono<SubdocGetResponse>
TransactionKVHandler. lookupIn(Core core, CollectionIdentifier collectionIdentifier, String id, Duration timeout, boolean accessDeleted, Map<String,Object> clientContext, SpanWrapper pspan, List<SubdocGetRequest.Command> commands)
-