public interface RecoverableStreamTaskInput<T> extends StreamTaskInput<T>
StreamTaskInput
used during recovery of in-flight data. It's converted to a more
efficient StreamTaskInput
after recovery finished.PushingAsyncDataInput.DataOutput<T>
AvailabilityProvider.AvailabilityHelper
UNSPECIFIED
AVAILABLE
Modifier and Type | Method and Description |
---|---|
StreamTaskInput<T> |
finishRecovery() |
getInputIndex, prepareSnapshot
emitNext
and, getAvailableFuture, isApproximatelyAvailable, isAvailable, or
StreamTaskInput<T> finishRecovery() throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.