| Package | Description |
|---|---|
| org.apache.flink.runtime.execution | |
| org.apache.flink.runtime.metrics.groups | |
| org.apache.flink.runtime.metrics.scope | |
| org.apache.flink.runtime.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
TaskMetricGroup |
Environment.getMetricGroup()
Returns the task specific metric group.
|
| Modifier and Type | Method and Description |
|---|---|
TaskMetricGroup |
TaskManagerJobMetricGroup.addTask(TaskDeploymentDescriptor tdd) |
TaskMetricGroup |
TaskManagerMetricGroup.addTaskForJob(TaskDeploymentDescriptor tdd) |
TaskMetricGroup |
OperatorMetricGroup.parent() |
| Constructor and Description |
|---|
IOMetricGroup(TaskMetricGroup parent) |
OperatorMetricGroup(MetricRegistry registry,
TaskMetricGroup parent,
OperatorScopeFormat scopeFormat,
String operatorName) |
OperatorMetricGroup(MetricRegistry registry,
TaskMetricGroup parent,
String operatorName) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
OperatorScopeFormat.formatScope(TaskMetricGroup parent,
String operatorName) |
| Modifier and Type | Method and Description |
|---|---|
TaskMetricGroup |
RuntimeEnvironment.getMetricGroup() |
| Constructor and Description |
|---|
RuntimeEnvironment(org.apache.flink.api.common.JobID jobId,
JobVertexID jobVertexId,
ExecutionAttemptID executionId,
org.apache.flink.api.common.ExecutionConfig executionConfig,
org.apache.flink.api.common.TaskInfo taskInfo,
org.apache.flink.configuration.Configuration jobConfiguration,
org.apache.flink.configuration.Configuration taskConfiguration,
ClassLoader userCodeClassLoader,
MemoryManager memManager,
IOManager ioManager,
BroadcastVariableManager bcVarManager,
AccumulatorRegistry accumulatorRegistry,
InputSplitProvider splitProvider,
Map<String,Future<org.apache.flink.core.fs.Path>> distCacheEntries,
ResultPartitionWriter[] writers,
InputGate[] inputGates,
ActorGateway jobManager,
TaskManagerRuntimeInfo taskManagerInfo,
TaskMetricGroup metrics,
Task containingTask) |
Task(TaskDeploymentDescriptor tdd,
MemoryManager memManager,
IOManager ioManager,
NetworkEnvironment networkEnvironment,
BroadcastVariableManager bcVarManager,
ActorGateway taskManagerActor,
ActorGateway jobManagerActor,
scala.concurrent.duration.FiniteDuration actorAskTimeout,
LibraryCacheManager libraryCache,
FileCache fileCache,
TaskManagerRuntimeInfo taskManagerConfig,
TaskMetricGroup metricGroup)
IMPORTANT: This constructor may not start any work that would need to
be undone in the case of a failing task deployment.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.