public class FetchBucketPropsOperation extends FutureOperation<FetchBucketPropsOperation.Response,RiakPB.RpbGetBucketResp,Namespace>
| Modifier and Type | Class and Description |
|---|---|
static class |
FetchBucketPropsOperation.Builder |
static class |
FetchBucketPropsOperation.Response
Response from Fetching a bucket's properties.
|
| Constructor and Description |
|---|
FetchBucketPropsOperation(FetchBucketPropsOperation.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected FetchBucketPropsOperation.Response |
convert(List<RiakPB.RpbGetBucketResp> rawResponse) |
protected RiakMessage |
createChannelMessage() |
protected RiakPB.RpbGetBucketResp |
decode(RiakMessage rawMessage) |
Namespace |
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, setResponsepublic FetchBucketPropsOperation(FetchBucketPropsOperation.Builder builder)
protected FetchBucketPropsOperation.Response convert(List<RiakPB.RpbGetBucketResp> rawResponse)
convert in class FutureOperation<FetchBucketPropsOperation.Response,RiakPB.RpbGetBucketResp,Namespace>protected RiakMessage createChannelMessage()
createChannelMessage in class FutureOperation<FetchBucketPropsOperation.Response,RiakPB.RpbGetBucketResp,Namespace>protected RiakPB.RpbGetBucketResp decode(RiakMessage rawMessage)
decode in class FutureOperation<FetchBucketPropsOperation.Response,RiakPB.RpbGetBucketResp,Namespace>public Namespace getQueryInfo()
RiakFutureUseful in async operations when you want to know what operation this future refers to.
getQueryInfo in interface RiakFuture<FetchBucketPropsOperation.Response,Namespace>getQueryInfo in class FutureOperation<FetchBucketPropsOperation.Response,RiakPB.RpbGetBucketResp,Namespace>Copyright © 2016. All rights reserved.