SourceStreamTask which exposes the
checkpoint lock as part of Public API.@Deprecated public static class StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor extends Object implements StreamTaskActionExecutor
StreamTaskActionExecutor that synchronizes every operation on the provided mutex.StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutorIMMEDIATE| 构造器和说明 |
|---|
SynchronizedStreamTaskActionExecutor(Object mutex)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
<R> R |
call(Callable<R> callable)
已过时。
|
Object |
getMutex()
已过时。
|
void |
run(org.apache.flink.util.function.RunnableWithException runnable)
已过时。
|
<E extends Throwable> |
runThrowing(org.apache.flink.util.function.ThrowingRunnable<E> runnable)
已过时。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsynchronizedExecutor, synchronizedExecutorpublic SynchronizedStreamTaskActionExecutor(Object mutex)
public void run(org.apache.flink.util.function.RunnableWithException runnable)
throws Exception
run 在接口中 StreamTaskActionExecutorExceptionpublic <E extends Throwable> void runThrowing(org.apache.flink.util.function.ThrowingRunnable<E> runnable) throws E extends Throwable
runThrowing 在接口中 StreamTaskActionExecutorE extends Throwablepublic <R> R call(Callable<R> callable) throws Exception
call 在接口中 StreamTaskActionExecutorExceptionpublic Object getMutex()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.