Uses of Interface
org.apache.flink.runtime.io.network.TaskEventPublisher
Packages that use TaskEventPublisher
Package
Description
-
Uses of TaskEventPublisher in org.apache.flink.runtime.io.network
Classes in org.apache.flink.runtime.io.network that implement TaskEventPublisherModifier and TypeClassDescriptionclassThe task event dispatcher dispatches events flowing backwards from a consuming task to the task producing the consumed result.Methods in org.apache.flink.runtime.io.network with parameters of type TaskEventPublisherModifier and TypeMethodDescriptionstatic NettyShuffleEnvironmentNettyShuffleServiceFactory.createNettyShuffleEnvironment(NettyShuffleEnvironmentConfiguration config, ResourceID taskExecutorResourceId, TaskEventPublisher taskEventPublisher, ResultPartitionManager resultPartitionManager, ConnectionManager connectionManager, org.apache.flink.metrics.MetricGroup metricGroup, Executor ioExecutor, int numberOfSlots, String[] tmpDirPaths) -
Uses of TaskEventPublisher in org.apache.flink.runtime.io.network.netty
Constructors in org.apache.flink.runtime.io.network.netty with parameters of type TaskEventPublisherModifierConstructorDescriptionNettyConnectionManager(NettyBufferPool bufferPool, ResultPartitionProvider partitionProvider, TaskEventPublisher taskEventPublisher, NettyConfig nettyConfig, boolean connectionReuseEnabled) NettyConnectionManager(ResultPartitionProvider partitionProvider, TaskEventPublisher taskEventPublisher, NettyConfig nettyConfig, boolean connectionReuseEnabled) -
Uses of TaskEventPublisher in org.apache.flink.runtime.io.network.partition.consumer
Fields in org.apache.flink.runtime.io.network.partition.consumer declared as TaskEventPublisherModifier and TypeFieldDescriptionprotected final TaskEventPublisherSingleInputGateFactory.taskEventPublisherConstructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type TaskEventPublisherModifierConstructorDescriptionLocalInputChannel(SingleInputGate inputGate, int channelIndex, ResultPartitionID partitionId, ResultSubpartitionIndexSet consumedSubpartitionIndexSet, ResultPartitionManager partitionManager, TaskEventPublisher taskEventPublisher, int initialBackoff, int maxBackoff, org.apache.flink.metrics.Counter numBytesIn, org.apache.flink.metrics.Counter numBuffersIn, ChannelStateWriter stateWriter) SingleInputGateFactory(ResourceID taskExecutorResourceId, NettyShuffleEnvironmentConfiguration networkConfig, ConnectionManager connectionManager, ResultPartitionManager partitionManager, TaskEventPublisher taskEventPublisher, NetworkBufferPool networkBufferPool, TieredStorageConfiguration tieredStorageConfiguration, TieredStorageNettyServiceImpl tieredStorageNettyService) -
Uses of TaskEventPublisher in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return TaskEventPublisherConstructors in org.apache.flink.runtime.shuffle with parameters of type TaskEventPublisherModifierConstructorDescriptionShuffleEnvironmentContext(org.apache.flink.configuration.Configuration configuration, ResourceID taskExecutorResourceId, org.apache.flink.configuration.MemorySize networkMemorySize, boolean localCommunicationOnly, InetAddress hostAddress, int numberOfSlots, String[] tmpDirPaths, TaskEventPublisher eventPublisher, org.apache.flink.metrics.MetricGroup parentMetricGroup, Executor ioExecutor, org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor)