public class DeleteOperation extends PBFutureOperation<Void,RiakTsPB.TsDelResp,String>
Modifier and Type | Class and Description |
---|---|
static class |
DeleteOperation.Builder |
reqBuilder, reqMessageCode
Modifier and Type | Method and Description |
---|---|
protected Void |
convert(List<RiakTsPB.TsDelResp> responses) |
String |
getQueryInfo()
Returns information related to the operation performed.
|
createChannelMessage, decode
addListener, await, await, cancel, cause, channelMessage, checkAndGetSingleResponse, done, get, get, getNow, isCancelled, isDone, isSuccess, processBatchMessage, processMessage, removeListener, setComplete, setResponse
protected Void convert(List<RiakTsPB.TsDelResp> responses)
convert
in class FutureOperation<Void,RiakTsPB.TsDelResp,String>
public String getQueryInfo()
RiakFuture
Useful in async operations when you want to know what operation this future refers to.
getQueryInfo
in interface RiakFuture<Void,String>
getQueryInfo
in class FutureOperation<Void,RiakTsPB.TsDelResp,String>
Copyright © 2016. All rights reserved.