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
All Methods Instance Methods Concrete Methods 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 Detail
-
UpsertDesignDocumentResponse
public UpsertDesignDocumentResponse(ResponseStatus status, ByteBuf content, CouchbaseRequest request)
-
-
Method Detail
-
content
public ByteBuf content()
-
refCnt
public int refCnt()
- Specified by:
refCnt
in interfaceReferenceCounted
-
retain
public UpsertDesignDocumentResponse retain()
- Specified by:
retain
in interfaceReferenceCounted
-
retain
public UpsertDesignDocumentResponse retain(int increment)
- 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
public UpsertDesignDocumentResponse touch()
- Specified by:
touch
in interfaceReferenceCounted
-
touch
public UpsertDesignDocumentResponse touch(Object hint)
- Specified by:
touch
in interfaceReferenceCounted
-
-