Class TieredStorageConsumerSpec
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageConsumerSpec
-
public class TieredStorageConsumerSpec extends Object
Describe the different data sources inTieredStorageConsumerClient.
-
-
Constructor Summary
Constructors Constructor Description TieredStorageConsumerSpec(TieredStoragePartitionId tieredStoragePartitionId, TieredStorageInputChannelId tieredStorageInputChannelId, ResultSubpartitionIndexSet tieredStorageSubpartitionIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TieredStorageInputChannelIdgetInputChannelId()TieredStoragePartitionIdgetPartitionId()ResultSubpartitionIndexSetgetSubpartitionIds()
-
-
-
Constructor Detail
-
TieredStorageConsumerSpec
public TieredStorageConsumerSpec(TieredStoragePartitionId tieredStoragePartitionId, TieredStorageInputChannelId tieredStorageInputChannelId, ResultSubpartitionIndexSet tieredStorageSubpartitionIds)
-
-
Method Detail
-
getPartitionId
public TieredStoragePartitionId getPartitionId()
-
getInputChannelId
public TieredStorageInputChannelId getInputChannelId()
-
getSubpartitionIds
public ResultSubpartitionIndexSet getSubpartitionIds()
-
-