Package org.apache.storm.testing
Class TestWordBytesCounter
- java.lang.Object
-
- org.apache.storm.topology.base.BaseComponent
-
- org.apache.storm.topology.base.BaseBasicBolt
-
- org.apache.storm.testing.TestWordCounter
-
- org.apache.storm.testing.TestWordBytesCounter
-
- All Implemented Interfaces:
Serializable
,IBasicBolt
,IComponent
public class TestWordBytesCounter extends TestWordCounter
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.storm.testing.TestWordCounter
LOG
-
-
Constructor Summary
Constructors Constructor Description TestWordBytesCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getTupleValue(Tuple t, int idx)
-
Methods inherited from class org.apache.storm.testing.TestWordCounter
cleanup, declareOutputFields, execute, prepare
-
Methods inherited from class org.apache.storm.topology.base.BaseComponent
getComponentConfiguration
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.storm.topology.IComponent
getComponentConfiguration
-
-
-
-
Method Detail
-
getTupleValue
protected String getTupleValue(Tuple t, int idx)
- Overrides:
getTupleValue
in classTestWordCounter
-
-