public static final class JobVertexBackPressureInfo.SubtaskBackPressureInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_BACKPRESSURE_LEVEL |
static String |
FIELD_NAME_RATIO |
static String |
FIELD_NAME_SUBTASK |
Constructor and Description |
---|
SubtaskBackPressureInfo(int subtask,
JobVertexBackPressureInfo.VertexBackPressureLevel backpressureLevel,
double ratio) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
JobVertexBackPressureInfo.VertexBackPressureLevel |
getBackpressureLevel() |
double |
getRatio() |
int |
getSubtask() |
int |
hashCode() |
public static final String FIELD_NAME_SUBTASK
public static final String FIELD_NAME_BACKPRESSURE_LEVEL
public static final String FIELD_NAME_RATIO
public SubtaskBackPressureInfo(int subtask, JobVertexBackPressureInfo.VertexBackPressureLevel backpressureLevel, double ratio)
public int getSubtask()
public JobVertexBackPressureInfo.VertexBackPressureLevel getBackpressureLevel()
public double getRatio()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.