public class RocksTransformingIteratorWrapper extends RocksIteratorWrapper
RocksIterator that applies a given StateSnapshotTransformer to the elements
during the iteration.| Constructor and Description |
|---|
RocksTransformingIteratorWrapper(org.rocksdb.RocksIterator iterator,
org.apache.flink.runtime.state.StateSnapshotTransformer<byte[]> stateSnapshotTransformer) |
| Modifier and Type | Method and Description |
|---|---|
void |
next() |
void |
prev() |
void |
seekToFirst() |
void |
seekToLast() |
byte[] |
value() |
close, isValid, key, seek, seekForPrev, statuspublic void seekToFirst()
seekToFirst in interface org.rocksdb.RocksIteratorInterfaceseekToFirst in class RocksIteratorWrapperpublic void seekToLast()
seekToLast in interface org.rocksdb.RocksIteratorInterfaceseekToLast in class RocksIteratorWrapperpublic void next()
next in interface org.rocksdb.RocksIteratorInterfacenext in class RocksIteratorWrapperpublic void prev()
prev in interface org.rocksdb.RocksIteratorInterfaceprev in class RocksIteratorWrapperpublic byte[] value()
value in class RocksIteratorWrapperCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.