Uses of Class
com.couchbase.client.core.transaction.cleanup.ClientRecord
-
Packages that use ClientRecord Package Description com.couchbase.client.core.transaction.cleanup -
-
Uses of ClientRecord in com.couchbase.client.core.transaction.cleanup
Methods in com.couchbase.client.core.transaction.cleanup that return ClientRecord Modifier and Type Method Description ClientRecord
ClientRecordFactory. create(Core core)
ClientRecord
ClientRecordFactoryMock. create(Core core)
Methods in com.couchbase.client.core.transaction.cleanup with parameters of type ClientRecord Modifier and Type Method Description protected Mono<Integer>
ClientRecord. beforeCreateRecord(ClientRecord self)
protected Mono<Integer>
ClientRecord. beforeGetRecord(ClientRecord self)
protected Mono<Integer>
ClientRecord. beforeRemoveClient(ClientRecord self)
protected Mono<Integer>
ClientRecord. beforeUpdateCAS(ClientRecord self)
Deprecated.protected Mono<Integer>
ClientRecord. beforeUpdateRecord(ClientRecord self)
-