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()
static HandlerKey
of(com.wavefront.data.ReportableEntityType entityType, String handle)
String
toString()
-
-
-
Method Detail
-
getEntityType
public com.wavefront.data.ReportableEntityType getEntityType()
-
getHandle
public String getHandle()
-
of
public static HandlerKey of(com.wavefront.data.ReportableEntityType entityType, @NotNull String handle)
-
-