Uses of Class
com.couchbase.client.core.msg.kv.SubdocGetResponse
Package
Description
-
Uses of SubdocGetResponse in com.couchbase.client.core.msg.kv
Modifier and TypeMethodDescriptionSubdocGetRequest.decode
(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf response, KeyValueChannelContext ctx) -
Uses of SubdocGetResponse in com.couchbase.client.core.projections
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionstatic CoreTransactionGetResult
CoreTransactionGetResult.createFrom
(CollectionIdentifier collection, String documentId, SubdocGetResponse doc) -
Uses of SubdocGetResponse in com.couchbase.client.core.transaction.cleanup
Modifier and TypeMethodDescriptionClientRecord.getClientRecord
(CollectionIdentifier collection, SpanWrapper span) Modifier and TypeMethodDescriptionstatic ClientRecordDetails
ClientRecord.parseClientRecord
(SubdocGetResponse clientRecord, String clientUuid) -
Uses of SubdocGetResponse in com.couchbase.client.core.transaction.components
Modifier and TypeMethodDescriptionDocumentGetter.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
Modifier and TypeMethodDescriptionstatic Mono<SubdocGetResponse>
TransactionKVHandler.lookupIn
(Core core, CollectionIdentifier collectionIdentifier, String id, Duration timeout, boolean accessDeleted, Map<String, Object> clientContext, SpanWrapper pspan, List<SubdocGetRequest.Command> commands)