Interface | Description |
---|---|
IInstance |
Implementing this interface allows an object to be target of HeronInstance
|
Class | Description |
---|---|
Gateway |
Gateway is a Runnable and will be executed in a thread.
|
HeronInstance |
HeronInstance is just an entry with resource initiation.
|
InstanceControlMsg | |
InstanceControlMsg.Builder | |
OutgoingTupleCollection |
Implements OutgoingTupleCollection will be able to handle some basic methods for send out tuples
1.
|
Slave |
The slave, which in fact is a InstanceFactory, will new a spout or bolt according to the PhysicalPlan.
|