Package org.apache.storm.starter
Class InOrderDeliveryTest
- java.lang.Object
-
- org.apache.storm.starter.InOrderDeliveryTest
-
public class InOrderDeliveryTest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InOrderDeliveryTest.Check
static class
InOrderDeliveryTest.InOrderSpout
-
Constructor Summary
Constructors Constructor Description InOrderDeliveryTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
kill(Nimbus.Iface client, String name)
static void
main(String[] args)
static void
printMetrics(Nimbus.Iface client, String name)
-
-
-
Method Detail
-
printMetrics
public static void printMetrics(Nimbus.Iface client, String name) throws Exception
- Throws:
Exception
-
kill
public static void kill(Nimbus.Iface client, String name) throws Exception
- Throws:
Exception
-
-