Package org.elasticsearch.client.common
Class ProtocolUtils
- java.lang.Object
-
- org.elasticsearch.client.common.ProtocolUtils
-
public final class ProtocolUtils extends Object
Common utilities used for XPack protocol classes
-
-
Constructor Summary
Constructors Constructor Description ProtocolUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanequals(Map<String,String[]> a, Map<String,String[]> b)Implements equals for a map of string arrays The map of string arrays is used in some XPack protocol classes but does't work with equal.static inthashCode(Map<String,String[]> a)Implements hashCode for map of string arrays The map of string arrays does't work with hashCode.
-