public class InputGateSpecUtils extends Object
InputGate
, for example, GateBuffersSpec
.Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_REQUIRED_BUFFERS_PER_GATE_FOR_BATCH |
static int |
DEFAULT_MAX_REQUIRED_BUFFERS_PER_GATE_FOR_STREAM |
Constructor and Description |
---|
InputGateSpecUtils() |
Modifier and Type | Method and Description |
---|---|
static GateBuffersSpec |
createGateBuffersSpec(Optional<Integer> configuredMaxRequiredBuffersPerGate,
int configuredNetworkBuffersPerChannel,
int configuredFloatingNetworkBuffersPerGate,
ResultPartitionType partitionType,
int numInputChannels,
boolean enableTieredStorage) |
public static final int DEFAULT_MAX_REQUIRED_BUFFERS_PER_GATE_FOR_BATCH
public static final int DEFAULT_MAX_REQUIRED_BUFFERS_PER_GATE_FOR_STREAM
public static GateBuffersSpec createGateBuffersSpec(Optional<Integer> configuredMaxRequiredBuffersPerGate, int configuredNetworkBuffersPerChannel, int configuredFloatingNetworkBuffersPerGate, ResultPartitionType partitionType, int numInputChannels, boolean enableTieredStorage)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.