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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isTimestamped() |
String |
name() |
String |
toString() |
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