public class UpsertDesignDocumentResponse extends AbstractCouchbaseResponse implements ReferenceCounted
| Constructor and Description |
|---|
UpsertDesignDocumentResponse(ResponseStatus status,
ByteBuf content,
CouchbaseRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuf |
content() |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
UpsertDesignDocumentResponse |
retain() |
UpsertDesignDocumentResponse |
retain(int increment) |
creationTime, request, status, toStringpublic UpsertDesignDocumentResponse(ResponseStatus status, ByteBuf content, CouchbaseRequest request)
public ByteBuf content()
public int refCnt()
refCnt in interface ReferenceCountedpublic UpsertDesignDocumentResponse retain()
retain in interface ReferenceCountedpublic UpsertDesignDocumentResponse retain(int increment)
retain in interface ReferenceCountedpublic boolean release()
release in interface ReferenceCountedpublic boolean release(int decrement)
release in interface ReferenceCountedCopyright © 2016 Couchbase, Inc.. All rights reserved.