Modifier and Type | Class and Description |
---|---|
class |
BatchOutputCollectorImpl |
Modifier and Type | Method and Description |
---|---|
void |
IBatchBolt.prepare(Map<String,Object> conf,
TopologyContext context,
BatchOutputCollector collector,
T id) |
Modifier and Type | Method and Description |
---|---|
void |
ReachTopology.PartialUniquer.prepare(Map<String,Object> conf,
TopologyContext context,
BatchOutputCollector collector,
Object id) |
void |
ReachTopology.CountAggregator.prepare(Map<String,Object> conf,
TopologyContext context,
BatchOutputCollector collector,
Object id) |
Modifier and Type | Method and Description |
---|---|
void |
SubtopologyBolt.prepare(Map<String,Object> conf,
TopologyContext context,
BatchOutputCollector batchCollector) |
Constructor and Description |
---|
BridgeReceiver(BatchOutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
BatchOutputCollector |
TridentContext.getDelegateCollector() |
Constructor and Description |
---|
TridentContext(Fields selfFields,
List<TridentTuple.Factory> parentFactories,
List<String> parentStreams,
List<TupleReceiver> receivers,
String outStreamId,
int stateIndex,
BatchOutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
TridentSpoutExecutor.prepare(Map<String,Object> conf,
TopologyContext context,
BatchOutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
ITridentBatchBolt.prepare(Map<String,Object> conf,
TopologyContext context,
BatchOutputCollector collector) |
Modifier and Type | Field and Description |
---|---|
protected BatchOutputCollector |
AbstractTridentWindowManager.delegateCollector |
Constructor and Description |
---|
AbstractTridentWindowManager(WindowConfig windowConfig,
String windowTaskId,
WindowsStore windowStore,
Aggregator aggregator,
BatchOutputCollector delegateCollector) |
InMemoryTridentWindowManager(WindowConfig windowConfig,
String windowTaskId,
WindowsStore windowStore,
Aggregator aggregator,
BatchOutputCollector delegateCollector) |
StoreBasedTridentWindowManager(WindowConfig windowConfig,
String windowTaskId,
WindowsStore windowStore,
Aggregator aggregator,
BatchOutputCollector delegateCollector,
Long maxTuplesCacheSize,
Fields inputFields) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.