Uses of Class
com.couchbase.client.core.msg.kv.ResponseStatusDetails
-
Packages that use ResponseStatusDetails Package Description com.couchbase.client.core.msg.kv -
-
Uses of ResponseStatusDetails in com.couchbase.client.core.msg.kv
Methods in com.couchbase.client.core.msg.kv that return ResponseStatusDetails Modifier and Type Method Description static ResponseStatusDetailsResponseStatusDetails. convert(byte[] input)Helper method to convert aByteBufinput into the details.ResponseStatusDetailsObserveViaCasResponse. statusDetails()Methods in com.couchbase.client.core.msg.kv with parameters of type ResponseStatusDetails Modifier and Type Method Description static 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 ResponseStatusDetails Constructor Description ObserveViaCasResponse(ResponseStatus status, long cas, ObserveViaCasResponse.ObserveStatus observeStatus, boolean active, ResponseStatusDetails statusDetails)
-