Uses of Interface
org.apache.flink.runtime.io.network.TaskEventPublisher
-
-
Uses of TaskEventPublisher in org.apache.flink.runtime.io.network
Classes in org.apache.flink.runtime.io.network that implement TaskEventPublisher Modifier and Type Class Description classTaskEventDispatcherThe 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 TaskEventPublisher Modifier and Type Method Description static 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 TaskEventPublisher Constructor Description NettyConnectionManager(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 TaskEventPublisher Modifier and Type Field Description protected TaskEventPublisherSingleInputGateFactory. taskEventPublisherConstructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type TaskEventPublisher Constructor Description LocalInputChannel(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 TaskEventPublisher Modifier and Type Method Description TaskEventPublisherShuffleEnvironmentContext. getEventPublisher()Constructors in org.apache.flink.runtime.shuffle with parameters of type TaskEventPublisher Constructor Description ShuffleEnvironmentContext(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)
-