| Modifier and Type | Method and Description |
|---|---|
static UploadResult |
UploadResult.of(org.apache.flink.runtime.state.StreamStateHandle handle,
org.apache.flink.runtime.state.StreamStateHandle localHandle,
StateChangeSet changeSet,
long offset,
long localOffset) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateChangeUploadScheduler.UploadTask.complete(List<UploadResult> results) |
| Constructor and Description |
|---|
UploadTask(Collection<StateChangeSet> changeSets,
java.util.function.Consumer<List<UploadResult>> successCallback,
java.util.function.BiConsumer<List<org.apache.flink.runtime.state.changelog.SequenceNumber>,Throwable> failureCallback) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.