Package com.wavefront.agent.handlers
Class HandlerKey
- java.lang.Object
-
- com.wavefront.agent.handlers.HandlerKey
-
public class HandlerKey extends Object
An immutable unique identifier for a handler pipeline (type of objects handled + port/handle name)- Author:
- [email protected]
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
com.wavefront.data.ReportableEntityType
getEntityType()
String
getHandle()
int
hashCode()
static HandlerKey
of(com.wavefront.data.ReportableEntityType entityType, String handle)
String
toString()
-
-
-
Method Detail
-
getEntityType
public com.wavefront.data.ReportableEntityType getEntityType()
-
of
public static HandlerKey of(com.wavefront.data.ReportableEntityType entityType, @Nonnull String handle)
-
-