public class DtUpdateOperation extends FutureOperation<DtUpdateOperation.Response,com.basho.riak.protobuf.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<com.basho.riak.protobuf.RiakDtPB.DtUpdateResp> rawResponse) |
protected RiakMessage |
createChannelMessage() |
protected com.basho.riak.protobuf.RiakDtPB.DtUpdateResp |
decode(RiakMessage rawMessage) |
Location |
getQueryInfo()
Returns information related to the operation performed.
|
addListener, await, await, cancel, cause, channelMessage, done, get, get, getNow, isCancelled, isDone, isSuccess, removeListener, setResponse
protected DtUpdateOperation.Response convert(List<com.basho.riak.protobuf.RiakDtPB.DtUpdateResp> rawResponse)
convert
in class FutureOperation<DtUpdateOperation.Response,com.basho.riak.protobuf.RiakDtPB.DtUpdateResp,Location>
protected RiakMessage createChannelMessage()
createChannelMessage
in class FutureOperation<DtUpdateOperation.Response,com.basho.riak.protobuf.RiakDtPB.DtUpdateResp,Location>
protected com.basho.riak.protobuf.RiakDtPB.DtUpdateResp decode(RiakMessage rawMessage)
decode
in class FutureOperation<DtUpdateOperation.Response,com.basho.riak.protobuf.RiakDtPB.DtUpdateResp,Location>
public Location getQueryInfo()
RiakFuture
Useful 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,com.basho.riak.protobuf.RiakDtPB.DtUpdateResp,Location>
Copyright © 2014. All rights reserved.