Uses of Class
com.couchbase.client.core.msg.kv.SubdocGetResponse
Packages that use SubdocGetResponse
Package
Description
-
Uses of SubdocGetResponse in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return SubdocGetResponseModifier and TypeMethodDescriptionSubdocGetRequest.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 SubdocGetResponseModifier 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
Methods in com.couchbase.client.core.transaction with parameters of type SubdocGetResponseModifier and TypeMethodDescriptionstatic 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 SubdocGetResponseModifier and TypeMethodDescriptionClientRecord.getClientRecord
(CollectionIdentifier collection, SpanWrapper span) Methods in com.couchbase.client.core.transaction.cleanup with parameters of type SubdocGetResponseModifier and TypeMethodDescriptionstatic 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 SubdocGetResponseModifier 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
Methods in com.couchbase.client.core.transaction.util that return types with arguments of type SubdocGetResponseModifier 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)