| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.network.partition.hybrid |
| 限定符和类型 | 方法和说明 |
|---|---|
static HsSpillingInfoProvider.SpillStatus |
HsSpillingInfoProvider.SpillStatus.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static HsSpillingInfoProvider.SpillStatus[] |
HsSpillingInfoProvider.SpillStatus.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Deque<BufferIndexAndChannel> |
HsMemoryDataManager.getBuffersInOrder(int subpartitionId,
HsSpillingInfoProvider.SpillStatus spillStatus,
HsSpillingInfoProvider.ConsumeStatusWithId consumeStatusWithId) |
Deque<BufferIndexAndChannel> |
HsSpillingInfoProvider.getBuffersInOrder(int subpartitionId,
HsSpillingInfoProvider.SpillStatus spillStatus,
HsSpillingInfoProvider.ConsumeStatusWithId consumeStatusWithId)
Get all buffers with the expected status from the subpartition.
|
Deque<BufferIndexAndChannel> |
HsSubpartitionMemoryDataManager.getBuffersSatisfyStatus(HsSpillingInfoProvider.SpillStatus spillStatus,
HsSpillingInfoProvider.ConsumeStatusWithId consumeStatusWithId)
Get buffers in
HsSubpartitionMemoryDataManager.allBuffers that satisfy expected HsSpillingInfoProvider.SpillStatus and HsSpillingInfoProvider.ConsumeStatus. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.