| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor |
StreamTaskActionExecutor.synchronizedExecutor()
Returns an ExecutionDecorator that synchronizes each invocation.
|
static StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor |
StreamTaskActionExecutor.synchronizedExecutor(Object mutex)
Returns an ExecutionDecorator that synchronizes each invocation on a given object.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.