| 限定符和类型 | 方法和说明 |
|---|---|
List<StreamElement> |
UnorderedStreamElementQueue.values() |
List<StreamElement> |
StreamElementQueue.values()
Returns the collection of
StreamElement currently contained in this queue for
checkpointing. |
List<StreamElement> |
OrderedStreamElementQueue.values() |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<ResultFuture<OUT>> |
UnorderedStreamElementQueue.tryPut(StreamElement streamElement) |
Optional<ResultFuture<OUT>> |
StreamElementQueue.tryPut(StreamElement streamElement)
Tries to put the given element in the queue.
|
Optional<ResultFuture<OUT>> |
OrderedStreamElementQueue.tryPut(StreamElement streamElement) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Watermark
A Watermark tells operators that no elements with a timestamp older or equal to the watermark
timestamp should arrive at the operator.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LatencyMarker
Special record type carrying a timestamp of its creation time at a source operator and the
vertexId and subtask index of the operator.
|
class |
StreamRecord<T>
One value in a data stream.
|
| 限定符和类型 | 方法和说明 |
|---|---|
StreamElement |
StreamElementSerializer.copy(StreamElement from) |
StreamElement |
StreamElementSerializer.copy(StreamElement from,
StreamElement reuse) |
StreamElement |
StreamElementSerializer.deserialize(org.apache.flink.core.memory.DataInputView source) |
StreamElement |
StreamElementSerializer.deserialize(StreamElement reuse,
org.apache.flink.core.memory.DataInputView source) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<StreamElement> |
StreamElementSerializer.StreamElementSerializerConfigSnapshot.resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<StreamElement> newSerializer)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
StreamElement |
StreamElementSerializer.copy(StreamElement from) |
StreamElement |
StreamElementSerializer.copy(StreamElement from,
StreamElement reuse) |
StreamElement |
StreamElementSerializer.deserialize(StreamElement reuse,
org.apache.flink.core.memory.DataInputView source) |
void |
StreamElementSerializer.serialize(StreamElement value,
org.apache.flink.core.memory.DataOutputView target) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<StreamElement> |
StreamElementSerializer.StreamElementSerializerConfigSnapshot.resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<StreamElement> newSerializer)
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
StreamStatus
A Stream Status element informs stream tasks whether or not they should continue to expect
records and watermarks from the input stream that sent them.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.