Uses of Class
com.couchbase.client.java.document.BinaryDocument
-
Packages that use BinaryDocument Package Description com.couchbase.client.java.document com.couchbase.client.java.transcoder -
-
Uses of BinaryDocument in com.couchbase.client.java.document
Methods in com.couchbase.client.java.document that return BinaryDocument Modifier and Type Method Description static BinaryDocumentBinaryDocument. create(String id)Creates aBinaryDocumentwhich the document id.static BinaryDocumentBinaryDocument. create(String id, int expiry, com.couchbase.client.deps.io.netty.buffer.ByteBuf content)Creates aBinaryDocumentwhich the document id, content and the expiration time.static BinaryDocumentBinaryDocument. create(String id, int expiry, com.couchbase.client.deps.io.netty.buffer.ByteBuf content, long cas)Creates aBinaryDocumentwhich the document id, content, CAS value, expiration time and status code.static BinaryDocumentBinaryDocument. create(String id, int expiry, com.couchbase.client.deps.io.netty.buffer.ByteBuf content, long cas, MutationToken mutationToken)Creates aBinaryDocumentwhich the document id, content, CAS value, expiration time and status code.static BinaryDocumentBinaryDocument. create(String id, com.couchbase.client.deps.io.netty.buffer.ByteBuf content)Creates aBinaryDocumentwhich the document id and content.static BinaryDocumentBinaryDocument. create(String id, com.couchbase.client.deps.io.netty.buffer.ByteBuf content, long cas)Creates aBinaryDocumentwhich the document id, content and the CAS value.static BinaryDocumentBinaryDocument. from(BinaryDocument doc, long cas)Creates a copy from a differentBinaryDocument, but changes the CAS value.static BinaryDocumentBinaryDocument. from(BinaryDocument doc, String id, com.couchbase.client.deps.io.netty.buffer.ByteBuf content)Creates a copy from a differentBinaryDocument, but changes the document ID and content.Methods in com.couchbase.client.java.document with parameters of type BinaryDocument Modifier and Type Method Description static BinaryDocumentBinaryDocument. from(BinaryDocument doc, long cas)Creates a copy from a differentBinaryDocument, but changes the CAS value.static BinaryDocumentBinaryDocument. from(BinaryDocument doc, String id, com.couchbase.client.deps.io.netty.buffer.ByteBuf content)Creates a copy from a differentBinaryDocument, but changes the document ID and content. -
Uses of BinaryDocument in com.couchbase.client.java.transcoder
Methods in com.couchbase.client.java.transcoder that return BinaryDocument Modifier and Type Method Description protected BinaryDocumentBinaryTranscoder. doDecode(String id, com.couchbase.client.deps.io.netty.buffer.ByteBuf content, long cas, int expiry, int flags, ResponseStatus status)BinaryDocumentBinaryTranscoder. newDocument(String id, int expiry, com.couchbase.client.deps.io.netty.buffer.ByteBuf content, long cas)BinaryDocumentBinaryTranscoder. newDocument(String id, int expiry, com.couchbase.client.deps.io.netty.buffer.ByteBuf content, long cas, MutationToken mutationToken)Methods in com.couchbase.client.java.transcoder that return types with arguments of type BinaryDocument Modifier and Type Method Description Class<BinaryDocument>BinaryTranscoder. documentType()Methods in com.couchbase.client.java.transcoder with parameters of type BinaryDocument Modifier and Type Method Description protected Tuple2<com.couchbase.client.deps.io.netty.buffer.ByteBuf,Integer>BinaryTranscoder. doEncode(BinaryDocument document)
-