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>

public static class VsonAvroDatumReader.DeepEqualsHashMap extends HashMap<String,Object>
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: