Uses of Class
org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
Packages that use TaskMetricGroup Package Description org.apache.flink.runtime.execution org.apache.flink.runtime.metrics.groups org.apache.flink.runtime.metrics.scope org.apache.flink.runtime.taskmanager -
-
Uses of TaskMetricGroup in org.apache.flink.runtime.execution
Methods in org.apache.flink.runtime.execution that return TaskMetricGroup Modifier and Type Method Description TaskMetricGroupEnvironment. getMetricGroup()Returns the task specific metric group. -
Uses of TaskMetricGroup in org.apache.flink.runtime.metrics.groups
Subclasses of TaskMetricGroup in org.apache.flink.runtime.metrics.groups Modifier and Type Class Description static classUnregisteredMetricGroups.UnregisteredTaskMetricGroupA safe drop-in replacement forTaskMetricGroups.Methods in org.apache.flink.runtime.metrics.groups that return TaskMetricGroup Modifier and Type Method Description TaskMetricGroupTaskManagerJobMetricGroup. addTask(ExecutionAttemptID executionAttemptID, String taskName)TaskMetricGroupUnregisteredMetricGroups.UnregisteredTaskManagerJobMetricGroup. addTask(ExecutionAttemptID executionAttemptID, String taskName)static TaskMetricGroupUnregisteredMetricGroups. createUnregisteredTaskMetricGroup()Constructors in org.apache.flink.runtime.metrics.groups with parameters of type TaskMetricGroup Constructor Description TaskIOMetricGroup(TaskMetricGroup parent)TaskIOMetricGroup(TaskMetricGroup parent, org.apache.flink.util.clock.Clock clock) -
Uses of TaskMetricGroup in org.apache.flink.runtime.metrics.scope
Methods in org.apache.flink.runtime.metrics.scope with parameters of type TaskMetricGroup Modifier and Type Method Description String[]OperatorScopeFormat. formatScope(TaskMetricGroup parent, OperatorID operatorID, String operatorName) -
Uses of TaskMetricGroup in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return TaskMetricGroup Modifier and Type Method Description TaskMetricGroupRuntimeEnvironment. getMetricGroup()TaskMetricGroupTask. getMetricGroup()Constructors in org.apache.flink.runtime.taskmanager with parameters of type TaskMetricGroup Constructor Description RuntimeEnvironment(org.apache.flink.api.common.JobID jobId, JobType jobType, JobVertexID jobVertexId, ExecutionAttemptID executionId, org.apache.flink.api.common.ExecutionConfig executionConfig, org.apache.flink.api.common.JobInfo jobInfo, org.apache.flink.api.common.TaskInfo taskInfo, org.apache.flink.configuration.Configuration jobConfiguration, org.apache.flink.configuration.Configuration taskConfiguration, org.apache.flink.util.UserCodeClassLoader userCodeClassLoader, MemoryManager memManager, SharedResources sharedResources, IOManager ioManager, BroadcastVariableManager bcVarManager, TaskStateManager taskStateManager, GlobalAggregateManager aggregateManager, AccumulatorRegistry accumulatorRegistry, TaskKvStateRegistry kvStateRegistry, InputSplitProvider splitProvider, Map<String,Future<org.apache.flink.core.fs.Path>> distCacheEntries, ResultPartitionWriter[] writers, IndexedInputGate[] inputGates, TaskEventDispatcher taskEventDispatcher, CheckpointResponder checkpointResponder, TaskOperatorEventGateway operatorEventGateway, TaskManagerRuntimeInfo taskManagerInfo, TaskMetricGroup metrics, Task containingTask, ExternalResourceInfoProvider externalResourceInfoProvider, ChannelStateWriteRequestExecutorFactory channelStateExecutorFactory, TaskManagerActions taskManagerActions)Task(JobInformation jobInformation, TaskInformation taskInformation, ExecutionAttemptID executionAttemptID, AllocationID slotAllocationId, List<ResultPartitionDeploymentDescriptor> resultPartitionDeploymentDescriptors, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors, MemoryManager memManager, SharedResources sharedResources, IOManager ioManager, ShuffleEnvironment<?,?> shuffleEnvironment, KvStateService kvStateService, BroadcastVariableManager bcVarManager, TaskEventDispatcher taskEventDispatcher, ExternalResourceInfoProvider externalResourceInfoProvider, TaskStateManager taskStateManager, TaskManagerActions taskManagerActions, InputSplitProvider inputSplitProvider, CheckpointResponder checkpointResponder, TaskOperatorEventGateway operatorCoordinatorEventGateway, GlobalAggregateManager aggregateManager, LibraryCacheManager.ClassLoaderHandle classLoaderHandle, FileCache fileCache, TaskManagerRuntimeInfo taskManagerConfig, TaskMetricGroup metricGroup, PartitionProducerStateChecker partitionProducerStateChecker, Executor executor, ChannelStateWriteRequestExecutorFactory channelStateExecutorFactory)IMPORTANT: This constructor may not start any work that would need to be undone in the case of a failing task deployment.
-