Package | Description |
---|---|
com.couchbase.client.java.transcoder | |
com.couchbase.client.java.util.rawQuerying |
Modifier and Type | Method and Description |
---|---|
static TranscoderUtils.ByteBufToArray |
TranscoderUtils.byteBufToByteArray(com.couchbase.client.deps.io.netty.buffer.ByteBuf input)
Converts a
ByteBuf to a byte[] in the most straightforward manner available. |
Modifier and Type | Method and Description |
---|---|
<T> T |
RawQueryExecutor.n1qlToRawCustom(N1qlQuery query,
rx.functions.Func1<TranscoderUtils.ByteBufToArray,T> deserializer)
Synchronously perform a
N1qlQuery and apply a user function to deserialize the raw N1QL
response, which is represented as a "TranscoderUtils.ByteBufToArray". |
<T> rx.Observable<T> |
AsyncRawQueryExecutor.n1qlToRawCustom(N1qlQuery query,
rx.functions.Func1<TranscoderUtils.ByteBufToArray,T> deserializer)
Asynchronously perform a
N1qlQuery and apply a user function to deserialize the raw N1QL
response, which is represented as a "TranscoderUtils.ByteBufToArray". |
Copyright © 2015 Couchbase, Inc.