public final class StoreBucketProperties extends AsIsRiakCommand<Void,Namespace>
Namespace ns = new Namespace("my_type", "my_bucket");
StoreBucketProperties sbp =
new StoreBucketProperties.Builder(ns)
.withAllowMulti(true)
.build();
client.execute(sbp);
Modifier and Type | Class and Description |
---|---|
static class |
StoreBucketProperties.Builder |
Modifier and Type | Method and Description |
---|---|
protected StoreBucketPropsOperation |
buildCoreOperation() |
executeAsync
execute, execute
protected StoreBucketPropsOperation buildCoreOperation()
buildCoreOperation
in class AsIsRiakCommand<Void,Namespace>
Copyright © 2016. All rights reserved.