Class UpsertDesignDocumentResponse
java.lang.Object
com.couchbase.client.core.message.AbstractCouchbaseResponse
com.couchbase.client.core.message.view.UpsertDesignDocumentResponse
- All Implemented Interfaces:
CouchbaseMessage
,CouchbaseResponse
,ReferenceCounted
public class UpsertDesignDocumentResponse extends AbstractCouchbaseResponse implements ReferenceCounted
-
Constructor Summary
Constructors Constructor Description UpsertDesignDocumentResponse(ResponseStatus status, ByteBuf content, CouchbaseRequest request)
-
Method Summary
Modifier and Type Method Description ByteBuf
content()
int
refCnt()
boolean
release()
boolean
release(int decrement)
UpsertDesignDocumentResponse
retain()
UpsertDesignDocumentResponse
retain(int increment)
UpsertDesignDocumentResponse
touch()
UpsertDesignDocumentResponse
touch(Object hint)
Methods inherited from class com.couchbase.client.core.message.AbstractCouchbaseResponse
creationTime, request, status, statusDetails, statusDetails, toString
-
Constructor Details
-
UpsertDesignDocumentResponse
public UpsertDesignDocumentResponse(ResponseStatus status, ByteBuf content, CouchbaseRequest request)
-
-
Method Details
-
content
-
refCnt
public int refCnt()- Specified by:
refCnt
in interfaceReferenceCounted
-
retain
- Specified by:
retain
in interfaceReferenceCounted
-
retain
- Specified by:
retain
in interfaceReferenceCounted
-
release
public boolean release()- Specified by:
release
in interfaceReferenceCounted
-
release
public boolean release(int decrement)- Specified by:
release
in interfaceReferenceCounted
-
touch
- Specified by:
touch
in interfaceReferenceCounted
-
touch
- Specified by:
touch
in interfaceReferenceCounted
-