Uses of Class
com.couchbase.client.core.msg.kv.ResponseStatusDetails
-
Uses of ResponseStatusDetails in com.couchbase.client.core.msg.kv
Modifier and TypeMethodDescriptionstatic ResponseStatusDetails
ResponseStatusDetails.convert
(byte[] input) Helper method to convert aByteBuf
input into the details.ObserveViaCasResponse.statusDetails()
Modifier and TypeMethodDescriptionstatic String
ResponseStatusDetails.stringify
(ResponseStatus status, ResponseStatusDetails details) Stringify the status details and the status in a best effort manner.ModifierConstructorDescriptionObserveViaCasResponse
(ResponseStatus status, long cas, ObserveViaCasResponse.ObserveStatus observeStatus, boolean active, ResponseStatusDetails statusDetails)