Uses of Class
com.couchbase.client.core.msg.kv.SubdocGetResponse
-
-
Uses of SubdocGetResponse in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return SubdocGetResponse Modifier and Type Method Description SubdocGetResponse
SubdocGetRequest. decode(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf response, KeyValueChannelContext ctx)
-
Uses of SubdocGetResponse in com.couchbase.client.core.projections
Methods in com.couchbase.client.core.projections with parameters of type SubdocGetResponse Modifier and Type Method Description static byte[]
ProjectionsApplier. reconstructDocument(SubdocGetResponse subdocGetResponse)
Returns the bytes of a JSON Object created by projecting the subdoc response fields into the object structure. -
Uses of SubdocGetResponse in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction with parameters of type SubdocGetResponse Modifier and Type Method Description static CoreTransactionGetResult
CoreTransactionGetResult. createFrom(CollectionIdentifier collection, String documentId, SubdocGetResponse doc)
-
Uses of SubdocGetResponse in com.couchbase.client.core.transaction.cleanup
Methods in com.couchbase.client.core.transaction.cleanup that return types with arguments of type SubdocGetResponse Modifier and Type Method Description Mono<SubdocGetResponse>
ClientRecord. getClientRecord(CollectionIdentifier collection, SpanWrapper span)
Methods in com.couchbase.client.core.transaction.cleanup with parameters of type SubdocGetResponse Modifier and Type Method Description static ClientRecordDetails
ClientRecord. parseClientRecord(SubdocGetResponse clientRecord, String clientUuid)
-
Uses of SubdocGetResponse in com.couchbase.client.core.transaction.components
Methods in com.couchbase.client.core.transaction.components that return types with arguments of type SubdocGetResponse Modifier and Type Method Description static Mono<Optional<Tuple2<CoreTransactionGetResult,SubdocGetResponse>>>
DocumentGetter. justGetDoc(Core core, CollectionIdentifier collection, String docId, Duration timeout, SpanWrapper span, boolean accessDeleted, CoreTransactionLogger logger, MeteringUnits.MeteringUnitsBuilder units)
-
Uses of SubdocGetResponse in com.couchbase.client.core.transaction.util
Methods in com.couchbase.client.core.transaction.util that return types with arguments of type SubdocGetResponse 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)
-