Package | Description |
---|---|
org.apache.flink.runtime.io.network.partition |
Modifier and Type | Class and Description |
---|---|
class |
PipelinedApproximateSubpartition
A pipelined in-memory only subpartition, which allows to reconnecting after failure.
|
class |
PipelinedSubpartition
A pipelined in-memory only subpartition, which can be consumed once.
|
Modifier and Type | Method and Description |
---|---|
CheckpointedResultSubpartition |
PipelinedResultPartition.getCheckpointedSubpartition(int subpartitionIndex) |
CheckpointedResultSubpartition |
CheckpointedResultPartition.getCheckpointedSubpartition(int subpartitionIndex)
Gets the checkpointed subpartition with the given subpartitionIndex.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.