Uses of Class
com.couchbase.client.core.transaction.components.DocRecord
-
Packages that use DocRecord Package Description com.couchbase.client.core.transaction.cleanup com.couchbase.client.core.transaction.components -
-
Uses of DocRecord in com.couchbase.client.core.transaction.cleanup
Methods in com.couchbase.client.core.transaction.cleanup that return types with arguments of type DocRecord Modifier and Type Method Description List<DocRecord>CleanupRequest. stagedInserts()List<DocRecord>CleanupRequest. stagedRemoves()List<DocRecord>CleanupRequest. stagedReplaces()Constructor parameters in com.couchbase.client.core.transaction.cleanup with type arguments of type DocRecord Constructor Description CleanupRequest(String attemptId, String atrId, CollectionIdentifier atrCollection, AttemptState state, List<DocRecord> stagedReplaces, List<DocRecord> stagedRemoves, List<DocRecord> stagedInserts, Duration delay, Optional<ForwardCompatibility> forwardCompatibility, long ageMillis, Optional<DurabilityLevel> durabilityLevel) -
Uses of DocRecord in com.couchbase.client.core.transaction.components
Methods in com.couchbase.client.core.transaction.components that return DocRecord Modifier and Type Method Description static DocRecordDocRecord. createFrom(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode o)Methods in com.couchbase.client.core.transaction.components that return types with arguments of type DocRecord Modifier and Type Method Description Optional<List<DocRecord>>ActiveTransactionRecordEntry. insertedIds()static Optional<List<DocRecord>>ActiveTransactionRecord. processDocumentIdArray(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.JsonNode array)Optional<List<DocRecord>>ActiveTransactionRecordEntry. removedIds()Optional<List<DocRecord>>ActiveTransactionRecordEntry. replacedIds()
-