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