Package org.apache.heron.spi.packing
Class PackingPlan.InstancePlan
- java.lang.Object
-
- org.apache.heron.spi.packing.PackingPlan.InstancePlan
-
- Enclosing class:
- PackingPlan
public static class PackingPlan.InstancePlan extends Object
-
-
Constructor Summary
Constructors Constructor Description InstancePlan(InstanceId instanceId, Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getComponentIndex()
String
getComponentName()
Resource
getResource()
int
getTaskId()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
InstancePlan
public InstancePlan(InstanceId instanceId, Resource resource)
-
-