Package | Description |
---|---|
org.apache.flink.api.connector.source | |
org.apache.flink.connector.testutils.source.reader | |
org.apache.flink.runtime.source.coordinator |
Modifier and Type | Method and Description |
---|---|
Map<Integer,ReaderInfo> |
SplitEnumeratorContext.registeredReaders()
Get the currently registered readers.
|
default Map<Integer,Map<Integer,ReaderInfo>> |
SplitEnumeratorContext.registeredReadersOfAttempts()
Get the currently registered readers of all the subtask attempts.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,ReaderInfo> |
TestingSplitEnumeratorContext.registeredReaders() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,ReaderInfo> |
SourceCoordinatorContext.registeredReaders() |
Map<Integer,Map<Integer,ReaderInfo>> |
SourceCoordinatorContext.registeredReadersOfAttempts() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.