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, TieredStorageSubpartitionId tieredStorageSubpartitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TieredStoragePartitionIdgetPartitionId()TieredStorageSubpartitionIdgetSubpartitionId()
-
-
-
Constructor Detail
-
TieredStorageConsumerSpec
public TieredStorageConsumerSpec(TieredStoragePartitionId tieredStoragePartitionId, TieredStorageSubpartitionId tieredStorageSubpartitionId)
-
-
Method Detail
-
getPartitionId
public TieredStoragePartitionId getPartitionId()
-
getSubpartitionId
public TieredStorageSubpartitionId getSubpartitionId()
-
-