Uses of Class
com.couchbase.client.core.msg.kv.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 ResponseStatusDetails
ResponseStatusDetails. convert(byte[] input)
Helper method to convert aByteBuf
input into the details.ResponseStatusDetails
ObserveViaCasResponse. statusDetails()
Methods in com.couchbase.client.core.msg.kv with parameters of type ResponseStatusDetails Modifier and Type Method Description static String
ResponseStatusDetails. 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)