| Modifier and Type | Method and Description |
|---|---|
void |
RecordSerializer.instantiateMetrics(IOMetricGroup metrics)
Insantiates all metrics.
|
void |
SpanningRecordSerializer.instantiateMetrics(IOMetricGroup metrics) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordWriter.setMetricGroup(IOMetricGroup metrics)
Sets the metric group for this RecordWriter.
|
| Modifier and Type | Method and Description |
|---|---|
static SingleInputGate |
SingleInputGate.create(String owningTaskName,
org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionId,
InputGateDeploymentDescriptor igdd,
NetworkEnvironment networkEnvironment,
IOMetricGroup metrics)
Creates an input gate and all of its input channels.
|
| Constructor and Description |
|---|
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ConnectionID connectionId,
ConnectionManager connectionManager,
IOMetricGroup metrics) |
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ConnectionID connectionId,
ConnectionManager connectionManager,
scala.Tuple2<Integer,Integer> initialAndMaxBackoff,
IOMetricGroup metrics) |
SingleInputGate(String owningTaskName,
org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionId,
IntermediateDataSetID consumedResultId,
int consumedSubpartitionIndex,
int numberOfInputChannels,
PartitionStateChecker partitionStateChecker,
IOMetricGroup metrics) |
UnknownInputChannel(SingleInputGate gate,
int channelIndex,
ResultPartitionID partitionId,
ResultPartitionManager partitionManager,
TaskEventDispatcher taskEventDispatcher,
ConnectionManager connectionManager,
scala.Tuple2<Integer,Integer> partitionRequestInitialAndMaxBackoff,
IOMetricGroup metrics) |
| Modifier and Type | Method and Description |
|---|---|
IOMetricGroup |
TaskMetricGroup.getIOMetricGroup()
Returns the IOMetricGroup for this task.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.