| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.io.async |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncSnapshotIOCallable<H extends StateObject>
Abstract base class for async IO operations of snapshots against a
CheckedOutputStream. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncIOCallable<V,D extends Closeable>
The abstract class encapsulates the lifecycle and execution strategy for asynchronous IO operations
|
| 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–2017 The Apache Software Foundation. All rights reserved.