public static class HsSpillingStrategy.Decision extends Object
HsSpillingStrategy
, in
other words, which data is to be spilled and which data is to be released.Modifier and Type | Field and Description |
---|---|
static HsSpillingStrategy.Decision |
NO_ACTION |
Modifier and Type | Method and Description |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.