public class UpsertDesignDocumentResponse extends AbstractCouchbaseResponse implements io.netty.util.ReferenceCounted
Constructor and Description |
---|
UpsertDesignDocumentResponse(ResponseStatus status,
io.netty.buffer.ByteBuf content,
CouchbaseRequest request) |
Modifier and Type | Method and Description |
---|---|
io.netty.buffer.ByteBuf |
content() |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
UpsertDesignDocumentResponse |
retain() |
UpsertDesignDocumentResponse |
retain(int increment) |
creationTime, request, status, statusDetails, statusDetails, toString
public UpsertDesignDocumentResponse(ResponseStatus status, io.netty.buffer.ByteBuf content, CouchbaseRequest request)
public io.netty.buffer.ByteBuf content()
public int refCnt()
refCnt
in interface io.netty.util.ReferenceCounted
public UpsertDesignDocumentResponse retain()
retain
in interface io.netty.util.ReferenceCounted
public UpsertDesignDocumentResponse retain(int increment)
retain
in interface io.netty.util.ReferenceCounted
public boolean release()
release
in interface io.netty.util.ReferenceCounted
public boolean release(int decrement)
release
in interface io.netty.util.ReferenceCounted
Copyright © 2018 Couchbase, Inc.. All rights reserved.