Uses of Class
org.apache.flink.state.forst.sync.ForStIteratorWrapper
-
Packages that use ForStIteratorWrapper Package Description org.apache.flink.state.forst org.apache.flink.state.forst.sync -
-
Uses of ForStIteratorWrapper in org.apache.flink.state.forst
Methods in org.apache.flink.state.forst that return ForStIteratorWrapper Modifier and Type Method Description static ForStIteratorWrapperForStOperationUtils. getForStIterator(org.forstdb.RocksDB db, org.forstdb.ColumnFamilyHandle columnFamilyHandle, org.forstdb.ReadOptions readOptions) -
Uses of ForStIteratorWrapper in org.apache.flink.state.forst.sync
Fields in org.apache.flink.state.forst.sync declared as ForStIteratorWrapper Modifier and Type Field Description protected ForStIteratorWrapperAbstractForStStateKeysIterator. iteratorConstructors in org.apache.flink.state.forst.sync with parameters of type ForStIteratorWrapper Constructor Description AbstractForStStateKeysIterator(ForStIteratorWrapper iterator, String state, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, int keyGroupPrefixBytes, boolean ambiguousKeyPossible)ForStStateKeysAndNamespaceIterator(ForStIteratorWrapper iterator, String state, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, int keyGroupPrefixBytes, boolean ambiguousKeyPossible)ForStStateKeysIterator(ForStIteratorWrapper iterator, String state, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, int keyGroupPrefixBytes, boolean ambiguousKeyPossible, byte[] namespaceBytes)
-