public class ShuffleIOOwnerContext extends Object
Constructor and Description |
---|
ShuffleIOOwnerContext(String ownerName,
ExecutionAttemptID executionAttemptID,
MetricGroup parentGroup,
MetricGroup outputGroup,
MetricGroup inputGroup) |
Modifier and Type | Method and Description |
---|---|
ExecutionAttemptID |
getExecutionAttemptID() |
MetricGroup |
getInputGroup() |
MetricGroup |
getOutputGroup() |
String |
getOwnerName() |
MetricGroup |
getParentGroup() |
public ShuffleIOOwnerContext(String ownerName, ExecutionAttemptID executionAttemptID, MetricGroup parentGroup, MetricGroup outputGroup, MetricGroup inputGroup)
public String getOwnerName()
public ExecutionAttemptID getExecutionAttemptID()
public MetricGroup getParentGroup()
public MetricGroup getOutputGroup()
public MetricGroup getInputGroup()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.