Package com.linkedin.venice.schema.vson
Class VsonAvroDatumReader.DeepEqualsHashMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.linkedin.venice.schema.vson.VsonAvroDatumReader.DeepEqualsHashMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
- Enclosing class:
- VsonAvroDatumReader<D>
This class supports the special byte[] check.
With this class, you can compare the map result retrieved from VSON store.
Most of the logic is copied from
AbstractMap.equals(Object)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
hashCode, toString