Package com.couchbase.client.core.msg.kv
Class KeyValueBaseResponse
java.lang.Object
com.couchbase.client.core.msg.BaseResponse
com.couchbase.client.core.msg.kv.KeyValueBaseResponse
- All Implemented Interfaces:
Response
- Direct Known Subclasses:
AppendResponse
,DecrementResponse
,GetAndLockResponse
,GetAndTouchResponse
,GetMetaResponse
,GetResponse
,IncrementResponse
,InsertResponse
,PrependResponse
,RemoveResponse
,ReplaceResponse
,SubdocGetResponse
,SubdocMutateResponse
,TouchResponse
,UnlockResponse
,UpsertResponse
The parent class for all KV responses passing through the SDK that potentially contain flexible extras.
- Since:
- 2.3.4
-
Constructor Summary
ModifierConstructorDescriptionprotected
KeyValueBaseResponse
(ResponseStatus status) protected
KeyValueBaseResponse
(ResponseStatus status, MemcacheProtocol.FlexibleExtras flexibleExtras) -
Method Summary
Methods inherited from class com.couchbase.client.core.msg.BaseResponse
status, toString
-
Constructor Details
-
KeyValueBaseResponse
-
KeyValueBaseResponse
protected KeyValueBaseResponse(ResponseStatus status, @Nullable MemcacheProtocol.FlexibleExtras flexibleExtras)
-
-
Method Details
-
flexibleExtras
-