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() |
executeAsyncexecute, executeprotected StoreBucketPropsOperation buildCoreOperation()
buildCoreOperation in class AsIsRiakCommand<Void,Namespace>Copyright © 2016. All rights reserved.