Interface Triggerable<K,N>
- Type Parameters:
K- Type of the keys to which timers are scoped.N- Type of the namespace to which timers are scoped.
- All Known Implementing Classes:
AsyncEvictingWindowOperator,AsyncIntervalJoinOperator,AsyncKeyedProcessOperator,AsyncWindowOperator,BatchCoBroadcastWithKeyedOperator,BatchGroupedReduceOperator,CoBroadcastWithKeyedOperator,EvictingWindowOperator,IntervalJoinOperator,KeyedCoProcessOperator,KeyedProcessOperator,LegacyKeyedCoProcessOperator,LegacyKeyedProcessOperator,WindowOperator
@Internal
public interface Triggerable<K,N>
Interface for things that can be called by
InternalTimerService.-
Method Summary
Modifier and TypeMethodDescriptionvoidonEventTime(InternalTimer<K, N> timer) Invoked when an event-time timer fires.voidonProcessingTime(InternalTimer<K, N> timer) Invoked when a processing-time timer fires.