Package org.apache.heron.spi.packing
Class InstanceId
- java.lang.Object
-
- org.apache.heron.spi.packing.InstanceId
-
public final class InstanceId extends Object
Encapsulates the unique components of an Instance identifier.
-
-
Constructor Summary
Constructors Constructor Description InstanceId(String componentName, int taskId, int componentIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetComponentIndex()StringgetComponentName()intgetTaskId()inthashCode()StringtoString()
-