Uses of Class
com.couchbase.client.java.subdoc.MultiValue
Package | Description |
---|---|
com.couchbase.client.java.transcoder.subdoc |
-
Uses of MultiValue in com.couchbase.client.java.transcoder.subdoc
Methods in com.couchbase.client.java.transcoder.subdoc with parameters of type MultiValue Modifier and Type Method Description protected com.couchbase.client.deps.io.netty.buffer.ByteBuf
AbstractByteArrayFragmentTranscoder. doEncodeMulti(MultiValue<?> multiValue, String transcodingErrorMessage)
protected abstract com.couchbase.client.deps.io.netty.buffer.ByteBuf
AbstractFragmentTranscoder. doEncodeMulti(MultiValue<?> multiValue, String transcodingErrorMessage)
Encode aspecial mutation value
that denotes multiple values being processed in bulk, to aByteBuf
suitable for use in the sub-document protocol.