public class DtUpdateOperation extends FutureOperation<DtUpdateOperation.Response,RiakDtPB.DtUpdateResp,Location>
| Modifier and Type | Class and Description |
|---|---|
static class |
DtUpdateOperation.Builder |
static class |
DtUpdateOperation.Response |
| Modifier and Type | Method and Description |
|---|---|
protected DtUpdateOperation.Response |
convert(List<RiakDtPB.DtUpdateResp> rawResponse) |
protected RiakMessage |
createChannelMessage() |
protected RiakDtPB.DtUpdateResp |
decode(RiakMessage rawMessage) |
Location |
getQueryInfo()
Returns information related to the operation performed.
|
addListener, await, await, cancel, cause, channelMessage, checkAndGetSingleResponse, done, get, get, getNow, isCancelled, isDone, isSuccess, processBatchMessage, processMessage, removeListener, setComplete, setResponseprotected DtUpdateOperation.Response convert(List<RiakDtPB.DtUpdateResp> rawResponse)
convert in class FutureOperation<DtUpdateOperation.Response,RiakDtPB.DtUpdateResp,Location>protected RiakMessage createChannelMessage()
createChannelMessage in class FutureOperation<DtUpdateOperation.Response,RiakDtPB.DtUpdateResp,Location>protected RiakDtPB.DtUpdateResp decode(RiakMessage rawMessage)
decode in class FutureOperation<DtUpdateOperation.Response,RiakDtPB.DtUpdateResp,Location>public Location getQueryInfo()
RiakFutureUseful in async operations when you want to know what operation this future refers to.
getQueryInfo in interface RiakFuture<DtUpdateOperation.Response,Location>getQueryInfo in class FutureOperation<DtUpdateOperation.Response,RiakDtPB.DtUpdateResp,Location>Copyright © 2016. All rights reserved.