Modifier and Type | Method and Description |
---|---|
InputStatus |
SourceReader.pollNext(ReaderOutput<T> output)
Poll the next available record into the
SourceOutput . |
Modifier and Type | Method and Description |
---|---|
InputStatus |
IteratorSourceReader.pollNext(ReaderOutput<E> output) |
Modifier and Type | Method and Description |
---|---|
InputStatus |
HybridSourceReader.pollNext(ReaderOutput output) |
Modifier and Type | Method and Description |
---|---|
InputStatus |
SourceReaderBase.pollNext(ReaderOutput<T> output) |
Modifier and Type | Method and Description |
---|---|
InputStatus |
PulsarOrderedSourceReader.pollNext(ReaderOutput<OUT> output) |
Modifier and Type | Method and Description |
---|---|
static InputStatus |
InputStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputStatus[] |
InputStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.