public class WindowTridentProcessor extends Object implements TridentProcessor
TridentProcessor
implementation for windowing operations on trident stream.
Modifier and Type | Class and Description |
---|---|
static class |
WindowTridentProcessor.TriggerInfo |
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_INMEMORY_TUPLE_CACHE_LIMIT |
static String |
TRIGGER_COUNT_PREFIX |
static String |
TRIGGER_FIELD_NAME |
static String |
TRIGGER_INPROCESS_PREFIX |
static String |
TRIGGER_PREFIX |
Constructor and Description |
---|
WindowTridentProcessor(WindowConfig windowConfig,
String uniqueWindowId,
WindowsStoreFactory windowStoreFactory,
Fields inputFields,
Aggregator aggregator,
boolean storeTuplesInStore) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
execute(ProcessorContext processorContext,
String streamId,
TridentTuple tuple) |
void |
finishBatch(ProcessorContext processorContext) |
static String |
generateWindowTriggerKey(String windowTaskId,
int triggerId) |
static Object |
getBatchTxnId(Object batchId) |
TridentTuple.Factory |
getOutputFactory() |
static String |
getWindowTriggerInprocessIdPrefix(String windowTaskId) |
static String |
getWindowTriggerTaskPrefix(String windowTaskId) |
void |
prepare(Map stormConf,
TopologyContext context,
TridentContext tridentContext) |
void |
startBatch(ProcessorContext processorContext) |
String |
triggerKey(int triggerId) |
public static final String TRIGGER_INPROCESS_PREFIX
public static final String TRIGGER_PREFIX
public static final String TRIGGER_COUNT_PREFIX
public static final String TRIGGER_FIELD_NAME
public static final long DEFAULT_INMEMORY_TUPLE_CACHE_LIMIT
public WindowTridentProcessor(WindowConfig windowConfig, String uniqueWindowId, WindowsStoreFactory windowStoreFactory, Fields inputFields, Aggregator aggregator, boolean storeTuplesInStore)
public void prepare(Map stormConf, TopologyContext context, TridentContext tridentContext)
prepare
in interface TridentProcessor
public static String getWindowTriggerInprocessIdPrefix(String windowTaskId)
public void cleanup()
cleanup
in interface TridentProcessor
public void startBatch(ProcessorContext processorContext)
startBatch
in interface TridentProcessor
public void execute(ProcessorContext processorContext, String streamId, TridentTuple tuple)
execute
in interface TupleReceiver
public void finishBatch(ProcessorContext processorContext)
finishBatch
in interface TridentProcessor
public TridentTuple.Factory getOutputFactory()
getOutputFactory
in interface TridentProcessor
public String triggerKey(int triggerId)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.