Package | Description |
---|---|
org.apache.flink.streaming.api.operators | |
org.apache.flink.util |
Modifier and Type | Method and Description |
---|---|
CloseableIterable<KeyGroupStatePartitionStreamProvider> |
StreamOperatorStateContext.rawKeyedStateInputs()
Returns an iterable to obtain input streams for previously stored keyed state partitions that are assigned to
this operator.
|
protected CloseableIterable<KeyGroupStatePartitionStreamProvider> |
StreamTaskStateInitializerImpl.rawKeyedStateInputs(Iterator<StateObjectCollection<KeyedStateHandle>> restoreStateAlternatives) |
CloseableIterable<StatePartitionStreamProvider> |
StreamOperatorStateContext.rawOperatorStateInputs()
Returns an iterable to obtain input streams for previously stored operator state partitions that are assigned to
this stream operator.
|
protected CloseableIterable<StatePartitionStreamProvider> |
StreamTaskStateInitializerImpl.rawOperatorStateInputs(Iterator<StateObjectCollection<OperatorStateHandle>> restoreStateAlternatives) |
Modifier and Type | Class and Description |
---|---|
static class |
CloseableIterable.Empty<T>
Empty iterator.
|
Modifier and Type | Method and Description |
---|---|
static <T> CloseableIterable<T> |
CloseableIterable.empty()
Returns an empty iterator.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.