Uses of Class
com.couchbase.client.java.subdoc.MultiValue
-
Packages that use 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.ByteBufAbstractByteArrayFragmentTranscoder. doEncodeMulti(MultiValue<?> multiValue, String transcodingErrorMessage)protected abstract com.couchbase.client.deps.io.netty.buffer.ByteBufAbstractFragmentTranscoder. doEncodeMulti(MultiValue<?> multiValue, String transcodingErrorMessage)Encode aspecial mutation valuethat denotes multiple values being processed in bulk, to aByteBufsuitable for use in the sub-document protocol.
-