@Internal public interface IterableStateSnapshot<K,N,S> extends StateSnapshot
StateSnapshot
that can return an iterator over all contained StateEntries
.StateSnapshot.StateKeyGroupWriter
Modifier and Type | Method and Description |
---|---|
Iterator<StateEntry<K,N,S>> |
getIterator(int keyGroup) |
getKeyGroupWriter, getMetaInfoSnapshot, release
Iterator<StateEntry<K,N,S>> getIterator(int keyGroup)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.