Modifier and Type | Method and Description |
---|---|
void |
SupportsHandleExecutionAttemptSourceEvent.handleSourceEvent(int subtaskId,
int attemptNumber,
SourceEvent sourceEvent)
Handles a custom source event from the source reader.
|
default void |
SplitEnumerator.handleSourceEvent(int subtaskId,
SourceEvent sourceEvent)
Handles a custom source event from the source reader.
|
default void |
SourceReader.handleSourceEvents(SourceEvent sourceEvent)
Handle a custom source event sent by the
SplitEnumerator . |
default void |
SplitEnumeratorContext.sendEventToSourceReader(int subtaskId,
int attemptNumber,
SourceEvent event)
Send a source event to a source reader.
|
void |
SplitEnumeratorContext.sendEventToSourceReader(int subtaskId,
SourceEvent event)
Send a source event to a source reader.
|
void |
SourceReaderContext.sendSourceEventToCoordinator(SourceEvent sourceEvent)
Send a source event to the source coordinator.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceReaderFinishedEvent
A source event sent from the HybridSourceReader to the enumerator to indicate that the current
reader has finished and splits for the next reader can be sent.
|
class |
SwitchSourceEvent
Event sent from
HybridSourceSplitEnumerator to HybridSourceReader to switch to
the indicated reader. |
Modifier and Type | Method and Description |
---|---|
void |
HybridSourceSplitEnumerator.handleSourceEvent(int subtaskId,
SourceEvent sourceEvent) |
void |
HybridSourceReader.handleSourceEvents(SourceEvent sourceEvent) |
Modifier and Type | Method and Description |
---|---|
void |
SourceReaderBase.handleSourceEvents(SourceEvent sourceEvent) |
Modifier and Type | Method and Description |
---|---|
void |
DynamicFileSplitEnumerator.handleSourceEvent(int subtaskId,
int attemptNumber,
SourceEvent sourceEvent) |
void |
StaticFileSplitEnumerator.handleSourceEvent(int subtaskId,
SourceEvent sourceEvent) |
void |
DynamicFileSplitEnumerator.handleSourceEvent(int subtaskId,
SourceEvent sourceEvent) |
void |
ContinuousFileSplitEnumerator.handleSourceEvent(int subtaskId,
SourceEvent sourceEvent) |
Modifier and Type | Method and Description |
---|---|
List<SourceEvent> |
TestingReaderContext.getSentEvents() |
Map<Integer,List<SourceEvent>> |
TestingSplitEnumeratorContext.getSentEvents() |
Modifier and Type | Method and Description |
---|---|
void |
TestingSplitEnumeratorContext.sendEventToSourceReader(int subtaskId,
int attemptNumber,
SourceEvent event) |
void |
TestingSplitEnumeratorContext.sendEventToSourceReader(int subtaskId,
SourceEvent event) |
void |
TestingReaderContext.sendSourceEventToCoordinator(SourceEvent sourceEvent) |
Modifier and Type | Method and Description |
---|---|
void |
ContinuousHiveSplitEnumerator.handleSourceEvent(int subtaskId,
SourceEvent sourceEvent) |
Modifier and Type | Method and Description |
---|---|
void |
SourceCoordinatorContext.sendEventToSourceReader(int subtaskId,
int attemptNumber,
SourceEvent event) |
void |
SourceCoordinatorContext.sendEventToSourceReader(int subtaskId,
SourceEvent event) |
Modifier and Type | Method and Description |
---|---|
SourceEvent |
SourceEventWrapper.getSourceEvent() |
Constructor and Description |
---|
SourceEventWrapper(SourceEvent sourceEvent) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicFilteringEvent
A source event to transport the
DynamicFilteringData for dynamic filtering purpose. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.