public class HeronInstance
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
HeronInstance.DefaultExceptionHandler
Handler for catching exceptions thrown by any threads (owned either by topology or heron
infrastructure).
|
class |
HeronInstance.ForceExitTask |
class |
HeronInstance.GatewayExitTask |
class |
HeronInstance.SlaveExitTask |
Constructor and Description |
---|
HeronInstance(java.lang.String topologyName,
java.lang.String topologyId,
PhysicalPlans.Instance instance,
int streamPort,
int metricsPort)
Heron instance constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
start() |
void |
stop() |
public HeronInstance(java.lang.String topologyName, java.lang.String topologyId, PhysicalPlans.Instance instance, int streamPort, int metricsPort) throws java.io.IOException
java.io.IOException