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 boolean
equals(Object o)
int
getComponentIndex()
String
getComponentName()
int
getTaskId()
int
hashCode()
String
toString()
-