public final class StormRunner extends Object
Modifier and Type | Method and Description |
---|---|
static void |
runTopologyLocally(StormTopology topology,
String topologyName,
Config conf,
int runtimeInSeconds) |
static void |
runTopologyRemotely(StormTopology topology,
String topologyName,
Config conf) |
public static void runTopologyLocally(StormTopology topology, String topologyName, Config conf, int runtimeInSeconds) throws InterruptedException
InterruptedException
public static void runTopologyRemotely(StormTopology topology, String topologyName, Config conf) throws AlreadyAliveException, InvalidTopologyException, AuthorizationException
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.