Uses of Class
org.apache.flink.state.forst.sync.ForStIteratorWrapper
Packages that use ForStIteratorWrapper
-
Uses of ForStIteratorWrapper in org.apache.flink.state.forst
Methods in org.apache.flink.state.forst that return ForStIteratorWrapperModifier and TypeMethodDescriptionstatic 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 ForStIteratorWrapperModifier and TypeFieldDescriptionprotected final ForStIteratorWrapperAbstractForStStateKeysIterator.iteratorConstructors in org.apache.flink.state.forst.sync with parameters of type ForStIteratorWrapperModifierConstructorDescriptionAbstractForStStateKeysIterator(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)