Package org.apache.flink.core.fs
Class BackPressuringExecutor
- java.lang.Object
-
- org.apache.flink.core.fs.BackPressuringExecutor
-
- All Implemented Interfaces:
Executor
@Internal public final class BackPressuringExecutor extends Object implements Executor
An executor decorator that allows only a certain number of concurrent executions. Theexecute(Runnable)
method blocks once that number of executions is exceeded.
-
-
Constructor Summary
Constructors Constructor Description BackPressuringExecutor(Executor delegate, int numConcurrentExecutions)
-