public static class HsSpillingStrategy.Decision extends Object
HsSpillingStrategy, in
other words, which data is to be spilled and which data is to be released.| 限定符和类型 | 字段和说明 |
|---|---|
static HsSpillingStrategy.Decision |
NO_ACTION |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingStrategy.Decision.Builder |
builder() |
Map<Integer,List<BufferIndexAndChannel>> |
getBufferToRelease() |
Map<Integer,List<BufferIndexAndChannel>> |
getBufferToSpill() |
public static final HsSpillingStrategy.Decision NO_ACTION
public Map<Integer,List<BufferIndexAndChannel>> getBufferToSpill()
public Map<Integer,List<BufferIndexAndChannel>> getBufferToRelease()
public static org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingStrategy.Decision.Builder builder()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.