Package | Description |
---|---|
org.apache.storm.trident.planner | |
org.apache.storm.trident.planner.processor | |
org.apache.storm.trident.windowing |
Modifier and Type | Field and Description |
---|---|
TridentProcessor |
ProcessorNode.processor |
Modifier and Type | Method and Description |
---|---|
void |
SubtopologyBolt.InitialReceiver.addReceiver(TridentProcessor p) |
Constructor and Description |
---|
ProcessorNode(String streamId,
String name,
Fields allOutputFields,
Fields selfOutFields,
TridentProcessor processor) |
Modifier and Type | Class and Description |
---|---|
class |
AggregateProcessor |
class |
EachProcessor |
class |
MapProcessor
Processor for executing
Stream.map(MapFunction) and Stream.flatMap(FlatMapFunction) functions. |
class |
MultiReducerProcessor |
class |
PartitionPersistProcessor |
class |
ProjectedProcessor |
class |
StateQueryProcessor |
Modifier and Type | Class and Description |
---|---|
class |
WindowTridentProcessor
TridentProcessor implementation for windowing operations on trident stream. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.