Uses of Class
org.apache.storm.testing.FixedTuple
-
Packages that use FixedTuple Package Description org.apache.storm org.apache.storm.testing -
-
Uses of FixedTuple in org.apache.storm
Methods in org.apache.storm that return types with arguments of type FixedTuple Modifier and Type Method Description static Map<String,List<FixedTuple>>
Testing. completeTopology(ILocalCluster cluster, StormTopology topology)
Run a topology to completion capturing all of the messages that are emitted.static Map<String,List<FixedTuple>>
Testing. completeTopology(ILocalCluster cluster, StormTopology topology, CompleteTopologyParam param)
Run a topology to completion capturing all of the messages that are emitted.Method parameters in org.apache.storm with type arguments of type FixedTuple Modifier and Type Method Description static List<List<Object>>
Testing. readTuples(Map<String,List<FixedTuple>> results, String componentId)
Get all of the tuples from a given component on the default stream.static List<List<Object>>
Testing. readTuples(Map<String,List<FixedTuple>> results, String componentId, String streamId)
Get all of the tuples from a given component on a given stream. -
Uses of FixedTuple in org.apache.storm.testing
Methods in org.apache.storm.testing that return types with arguments of type FixedTuple Modifier and Type Method Description Map<String,List<FixedTuple>>
TupleCaptureBolt. getAndClearResults()
Map<String,List<FixedTuple>>
TupleCaptureBolt. getAndRemoveResults()
Map<String,List<FixedTuple>>
MockedSources. getData()
Map<String,List<FixedTuple>>
TupleCaptureBolt. getResults()
List<FixedTuple>
FixedTupleSpout. getSourceTuples()
Constructor parameters in org.apache.storm.testing with type arguments of type FixedTuple Constructor Description MockedSources(Map<String,List<FixedTuple>> data)
-