Uses of Class
com.couchbase.client.core.msg.kv.ResponseStatusDetails
Packages that use ResponseStatusDetails
-
Uses of ResponseStatusDetails in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return ResponseStatusDetailsModifier and TypeMethodDescriptionstatic ResponseStatusDetailsResponseStatusDetails.convert(byte[] input) Helper method to convert aByteBufinput into the details.ObserveViaCasResponse.statusDetails()Methods in com.couchbase.client.core.msg.kv with parameters of type ResponseStatusDetailsModifier and TypeMethodDescriptionstatic StringResponseStatusDetails.stringify(ResponseStatus status, ResponseStatusDetails details) Stringify the status details and the status in a best effort manner.Constructors in com.couchbase.client.core.msg.kv with parameters of type ResponseStatusDetailsModifierConstructorDescriptionObserveViaCasResponse(ResponseStatus status, long cas, ObserveViaCasResponse.ObserveStatus observeStatus, boolean active, ResponseStatusDetails statusDetails)