| Package | Description |
|---|---|
| org.apache.flink.runtime.concurrent | |
| org.apache.flink.runtime.concurrent.impl | |
| org.apache.flink.runtime.resourcemanager.slotmanager |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FutureUtils.ConjunctFuture<T>
A future that is complete once multiple other futures completed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlinkCompletableFuture<T>
Implementation of
CompletableFuture which is backed by Promise. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Acknowledge> |
PendingSlotRequest.getRequestFuture() |
| Modifier and Type | Method and Description |
|---|---|
void |
PendingSlotRequest.setRequestFuture(CompletableFuture<Acknowledge> requestFuture) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.