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(int gateIndex, TieredStoragePartitionId tieredStoragePartitionId, TieredStorageInputChannelId tieredStorageInputChannelId, ResultSubpartitionIndexSet tieredStorageSubpartitionIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGateIndex()TieredStorageInputChannelIdgetInputChannelId()TieredStoragePartitionIdgetPartitionId()ResultSubpartitionIndexSetgetSubpartitionIds()
-
-
-
Constructor Detail
-
TieredStorageConsumerSpec
public TieredStorageConsumerSpec(int gateIndex, TieredStoragePartitionId tieredStoragePartitionId, TieredStorageInputChannelId tieredStorageInputChannelId, ResultSubpartitionIndexSet tieredStorageSubpartitionIds)
-
-
Method Detail
-
getGateIndex
public int getGateIndex()
-
getPartitionId
public TieredStoragePartitionId getPartitionId()
-
getInputChannelId
public TieredStorageInputChannelId getInputChannelId()
-
getSubpartitionIds
public ResultSubpartitionIndexSet getSubpartitionIds()
-
-