java.lang.Object
org.elasticsearch.protocol.xpack.common.ProtocolUtils
Common utilities used for XPack protocol classes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanImplements 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 intImplements hashCode for map of string arrays The map of string arrays does't work with hashCode.
-
Constructor Details
-
ProtocolUtils
public ProtocolUtils()
-
-
Method Details
-
equals
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. -
hashCode
Implements hashCode for map of string arrays The map of string arrays does't work with hashCode.
-