Uses of Interface
org.apache.flink.runtime.io.network.partition.PartitionRequestListener
-
Packages that use PartitionRequestListener Package Description org.apache.flink.runtime.io.network org.apache.flink.runtime.io.network.netty org.apache.flink.runtime.io.network.partition -
-
Uses of PartitionRequestListener in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network with parameters of type PartitionRequestListener Modifier and Type Method Description voidNetworkSequenceViewReader. notifyPartitionRequestTimeout(PartitionRequestListener partitionRequestListener)When the partition request from the given downstream task is timeout, it should notify the reader in netty server and sendPartitionNotFoundExceptionto the task. -
Uses of PartitionRequestListener in org.apache.flink.runtime.io.network.netty
Classes in org.apache.flink.runtime.io.network.netty that implement PartitionRequestListener Modifier and Type Class Description classNettyPartitionRequestListenerImplementation ofPartitionRequestListenerfor netty partition request. -
Uses of PartitionRequestListener in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return types with arguments of type PartitionRequestListener Modifier and Type Method Description Collection<PartitionRequestListener>PartitionRequestListenerManager. getPartitionRequestListeners()Methods in org.apache.flink.runtime.io.network.partition with parameters of type PartitionRequestListener Modifier and Type Method Description Optional<ResultSubpartitionView>ResultPartitionManager. createSubpartitionViewOrRegisterListener(ResultPartitionID partitionId, ResultSubpartitionIndexSet subpartitionIndexSet, BufferAvailabilityListener availabilityListener, PartitionRequestListener partitionRequestListener)Optional<ResultSubpartitionView>ResultPartitionProvider. createSubpartitionViewOrRegisterListener(ResultPartitionID partitionId, ResultSubpartitionIndexSet indexSet, BufferAvailabilityListener availabilityListener, PartitionRequestListener partitionRequestListener)If the upstream task's partition has been registered, returns the result subpartition input view immediately, otherwise register the listener and return empty.voidPartitionRequestListenerManager. registerListener(PartitionRequestListener listener)voidResultPartitionManager. releasePartitionRequestListener(PartitionRequestListener listener)voidResultPartitionProvider. releasePartitionRequestListener(PartitionRequestListener listener)Release the given listener in this result partition provider.Method parameters in org.apache.flink.runtime.io.network.partition with type arguments of type PartitionRequestListener Modifier and Type Method Description voidPartitionRequestListenerManager. removeExpiration(long now, long timeout, Collection<PartitionRequestListener> timeoutListeners)Remove the expire partition request listener and add it to the given timeoutListeners.
-