Package | Description |
---|---|
org.apache.storm | |
org.apache.storm.testing |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 and Description |
---|
MockedSources(Map<String,List<FixedTuple>> data) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.