Uses of Class
org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
-
Uses of TaskIOMetricGroup in org.apache.flink.runtime.io.network.api.writer
Methods in org.apache.flink.runtime.io.network.api.writer with parameters of type TaskIOMetricGroup Modifier and Type Method Description voidRecordWriter. setMetricGroup(TaskIOMetricGroup metrics)Sets the metric group for this RecordWriter.voidResultPartitionWriter. setMetricGroup(TaskIOMetricGroup metrics)Sets the metric group for theResultPartitionWriter. -
Uses of TaskIOMetricGroup in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition with parameters of type TaskIOMetricGroup Modifier and Type Method Description voidBufferWritingResultPartition. setMetricGroup(TaskIOMetricGroup metrics)voidResultPartition. setMetricGroup(TaskIOMetricGroup metrics) -
Uses of TaskIOMetricGroup in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with parameters of type TaskIOMetricGroup Modifier and Type Method Description voidTieredResultPartition. setMetricGroup(TaskIOMetricGroup metrics) -
Uses of TaskIOMetricGroup in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage with parameters of type TaskIOMetricGroup Modifier and Type Method Description voidTieredStorageMemoryManager. setMetricGroup(TaskIOMetricGroup metricGroup)Set theTaskIOMetricGroupfor this memory manager.voidTieredStorageMemoryManagerImpl. setMetricGroup(TaskIOMetricGroup metricGroup) -
Uses of TaskIOMetricGroup in org.apache.flink.runtime.metrics.groups
Methods in org.apache.flink.runtime.metrics.groups that return TaskIOMetricGroup Modifier and Type Method Description TaskIOMetricGroupTaskMetricGroup. getIOMetricGroup()Returns the TaskIOMetricGroup for this task.TaskIOMetricGroupInternalOperatorMetricGroup. getTaskIOMetricGroup() -
Uses of TaskIOMetricGroup in org.apache.flink.streaming.api.operators
Fields in org.apache.flink.streaming.api.operators declared as TaskIOMetricGroup Modifier and Type Field Description protected TaskIOMetricGroupInternalTimerServiceImpl. taskIOMetricGroupMethods in org.apache.flink.streaming.api.operators with parameters of type TaskIOMetricGroup Modifier and Type Method Description <K> InternalTimeServiceManager<K>InternalTimeServiceManager.Provider. create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext)static <K> InternalTimeServiceManagerImpl<K>InternalTimeServiceManagerImpl. create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext)A factory method for creating theInternalTimeServiceManagerImpl. -
Uses of TaskIOMetricGroup in org.apache.flink.streaming.api.operators.sorted.state
Methods in org.apache.flink.streaming.api.operators.sorted.state with parameters of type TaskIOMetricGroup Modifier and Type Method Description static <K> InternalTimeServiceManager<K>BatchExecutionInternalTimeServiceManager. create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext) -
Uses of TaskIOMetricGroup in org.apache.flink.streaming.api.operators.source
Methods in org.apache.flink.streaming.api.operators.source with parameters of type TaskIOMetricGroup Modifier and Type Method Description static <E> TimestampsAndWatermarks<E>TimestampsAndWatermarks. createProgressiveEventTimeLogic(org.apache.flink.api.common.eventtime.WatermarkStrategy<E> watermarkStrategy, org.apache.flink.metrics.MetricGroup metrics, ProcessingTimeService timeService, long periodicWatermarkIntervalMillis, org.apache.flink.util.clock.RelativeClock mainInputActivityClock, org.apache.flink.util.clock.Clock clock, TaskIOMetricGroup taskIOMetricGroup)Constructors in org.apache.flink.streaming.api.operators.source with parameters of type TaskIOMetricGroup Constructor Description ProgressiveTimestampsAndWatermarks(org.apache.flink.api.common.eventtime.TimestampAssigner<T> timestampAssigner, org.apache.flink.api.common.eventtime.WatermarkGeneratorSupplier<T> watermarksFactory, TimestampsAndWatermarks.TimestampsAndWatermarksContextProvider watermarksContextProvider, ProcessingTimeService timeService, Duration periodicWatermarkInterval, org.apache.flink.util.clock.RelativeClock mainInputActivityClock, org.apache.flink.util.clock.Clock clock, TaskIOMetricGroup taskIOMetricGroup) -
Uses of TaskIOMetricGroup in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io with parameters of type TaskIOMetricGroup Modifier and Type Method Description static StreamMultipleInputProcessorStreamMultipleInputProcessorFactory. create(TaskInvokable ownerTask, CheckpointedInputGate[] checkpointedInputGates, StreamConfig.InputConfig[] configuredInputs, IOManager ioManager, MemoryManager memoryManager, TaskIOMetricGroup ioMetricGroup, org.apache.flink.metrics.Counter mainOperatorRecordsIn, MultipleInputStreamOperator<?> mainOperator, WatermarkGauge[] inputWatermarkGauges, StreamConfig streamConfig, org.apache.flink.configuration.Configuration taskManagerConfig, org.apache.flink.configuration.Configuration jobConfig, org.apache.flink.api.common.ExecutionConfig executionConfig, ClassLoader userClassloader, OperatorChain<?,?> operatorChain, InflightDataRescalingDescriptor inflightDataRescalingDescriptor, Function<Integer,StreamPartitioner<?>> gatePartitioners, org.apache.flink.api.common.TaskInfo taskInfo, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords)static <IN1,IN2>
StreamMultipleInputProcessorStreamTwoInputProcessorFactory. create(TaskInvokable ownerTask, CheckpointedInputGate[] checkpointedInputGates, IOManager ioManager, MemoryManager memoryManager, TaskIOMetricGroup taskIOMetricGroup, TwoInputStreamOperator<IN1,IN2,?> streamOperator, WatermarkGauge input1WatermarkGauge, WatermarkGauge input2WatermarkGauge, OperatorChain<?,?> operatorChain, StreamConfig streamConfig, org.apache.flink.configuration.Configuration taskManagerConfig, org.apache.flink.configuration.Configuration jobConfig, org.apache.flink.api.common.ExecutionConfig executionConfig, ClassLoader userClassloader, org.apache.flink.metrics.Counter numRecordsIn, InflightDataRescalingDescriptor inflightDataRescalingDescriptor, Function<Integer,StreamPartitioner<?>> gatePartitioners, org.apache.flink.api.common.TaskInfo taskInfo, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords) -
Uses of TaskIOMetricGroup in org.apache.flink.streaming.runtime.io.checkpointing
Methods in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type TaskIOMetricGroup Modifier and Type Method Description static CheckpointedInputGate[]InputProcessorUtil. createCheckpointedMultipleInputGate(org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, List<IndexedInputGate>[] inputGates, TaskIOMetricGroup taskIOMetricGroup, CheckpointBarrierHandler barrierHandler, StreamConfig config)
-