Class RemoteTierShuffleDescriptor
- java.lang.Object
-
- org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierShuffleDescriptor
-
- All Implemented Interfaces:
Serializable,TierShuffleDescriptor
public class RemoteTierShuffleDescriptor extends Object implements TierShuffleDescriptor
The shuffle descriptor implementation for remote tier.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteTierShuffleDescriptor(TieredStoragePartitionId partitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TieredStoragePartitionIdgetPartitionId()
-
-
-
Constructor Detail
-
RemoteTierShuffleDescriptor
public RemoteTierShuffleDescriptor(TieredStoragePartitionId partitionId)
-
-
Method Detail
-
getPartitionId
public TieredStoragePartitionId getPartitionId()
-
-