T
- The type the operation returnsS
- Query info typepublic abstract class TTBFutureOperation<T,S> extends FutureOperation<T,byte[],S>
Modifier and Type | Class and Description |
---|---|
static interface |
TTBFutureOperation.TTBEncoder |
static interface |
TTBFutureOperation.TTBParser<T> |
Modifier and Type | Field and Description |
---|---|
protected byte |
reqMessageCode |
protected TTBFutureOperation.TTBEncoder |
requestBuilder |
protected byte |
respMessageCode |
protected TTBFutureOperation.TTBParser<T> |
responseParser |
Modifier | Constructor and Description |
---|---|
protected |
TTBFutureOperation(TTBFutureOperation.TTBEncoder requestBuilder,
TTBFutureOperation.TTBParser<T> responseParser) |
Modifier and Type | Method and Description |
---|---|
protected RiakMessage |
createChannelMessage() |
protected byte[] |
decode(RiakMessage rawMessage) |
addListener, await, await, cancel, cause, channelMessage, checkAndGetSingleResponse, convert, done, get, get, getNow, getQueryInfo, isCancelled, isDone, isSuccess, processBatchMessage, processMessage, removeListener, setComplete, setResponse
protected final byte reqMessageCode
protected final byte respMessageCode
protected final TTBFutureOperation.TTBEncoder requestBuilder
protected final TTBFutureOperation.TTBParser<T> responseParser
protected TTBFutureOperation(TTBFutureOperation.TTBEncoder requestBuilder, TTBFutureOperation.TTBParser<T> responseParser)
protected RiakMessage createChannelMessage()
createChannelMessage
in class FutureOperation<T,byte[],S>
protected byte[] decode(RiakMessage rawMessage)
decode
in class FutureOperation<T,byte[],S>
Copyright © 2016. All rights reserved.