| Package | Description |
|---|---|
| org.apache.flink.runtime.io.async |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncCallableWithResources<V>
This abstract class encapsulates the lifecycle and execution strategy for asynchronous operations that use resources.
|
| Modifier and Type | Field and Description |
|---|---|
protected StoppableCallbackCallable<V> |
AsyncStoppableTaskWithCallback.stoppableCallbackCallable |
| Modifier and Type | Method and Description |
|---|---|
static <V> AsyncStoppableTaskWithCallback<V> |
AsyncStoppableTaskWithCallback.from(StoppableCallbackCallable<V> callable) |
| Constructor and Description |
|---|
AsyncStoppableTaskWithCallback(StoppableCallbackCallable<V> callable) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.