| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.util |
| Constructor and Description |
|---|
ArchivedExecutionVertex(int subTaskIndex,
String taskNameWithSubtask,
ArchivedExecution currentExecution,
EvictingBoundedList<ArchivedExecution> priorExecutions) |
| Modifier and Type | Method and Description |
|---|---|
<R> EvictingBoundedList<R> |
EvictingBoundedList.map(EvictingBoundedList.Function<T,R> transform)
Creates a new list that replaces its elements with transformed elements.
|
| Constructor and Description |
|---|
EvictingBoundedList(EvictingBoundedList<T> other) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.