コード例 #1
0
 private void runRemotely() throws Exception {
   StormRunner.runTopologyRemotely(builder.createTopology(), topologyName, topologyConfig);
 }
コード例 #2
0
 private void runLocally() throws Exception {
   StormRunner.runTopologyLocally(
       builder.createTopology(), topologyName, topologyConfig, runtimeInSeconds);
 }