public abstract class KvBuilderBase<ConstructedType> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Location |
location |
protected Map<RiakOption<?>,Object> |
options |
| Modifier | Constructor and Description |
|---|---|
protected |
KvBuilderBase(Location location) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOption(RiakOption<?> option,
Object value)
Add an optional setting for this command.
|
abstract ConstructedType |
build() |
protected final Location location
protected final Map<RiakOption<?>,Object> options
protected KvBuilderBase(Location location)
protected void addOption(RiakOption<?> option, Object value)
option - the optionvalue - the value for the optionpublic abstract ConstructedType build()
Copyright © 2016. All rights reserved.