public class DslKeyValueParams extends Object
DslKeyValueParams
is a wrapper class for all parameters that function
as inputs to DslStoreSuppliers.keyValueStore(DslKeyValueParams)
.Constructor and Description |
---|
DslKeyValueParams(String name,
boolean isTimestamped) |
public DslKeyValueParams(String name, boolean isTimestamped)
name
- the name of the store (cannot be null
)isTimestamped
- whether the returned stores should be timestamped, see (TimestampedKeyValueStore