Class LazyValuesMap
java.lang.Object
io.nosqlbench.virtdata.core.bindings.LazyValuesMap
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) TODO: Doc how this is different, and semantically usefulentrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
LazyValuesMap
-
-
Method Details
-
size
-
isEmpty
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
TODO: Doc how this is different, and semantically useful- Specified by:
containsValuein interfaceMap<String,Object> - Parameters:
value- the spec value, not the generated data value- Returns:
- true if the spec exists in the bindings
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-