public class WBWIRocksIterator extends AbstractRocksIterator<WriteBatchWithIndex>
| Modifier and Type | Class and Description |
|---|---|
static class |
WBWIRocksIterator.WriteEntry
Represents an entry returned by
entry()
It is worth noting that a WriteEntry with
the type WBWIRocksIterator.WriteType.DELETE
or WBWIRocksIterator.WriteType.LOG
will not have a value. |
static class |
WBWIRocksIterator.WriteType
Enumeration of the Write operation
that created the record in the Write Batch
|
nativeHandle_| Modifier | Constructor and Description |
|---|---|
protected |
WBWIRocksIterator(WriteBatchWithIndex wbwi,
long nativeHandle) |
| Modifier and Type | Method and Description |
|---|---|
WBWIRocksIterator.WriteEntry |
entry()
Get the current entry
The WriteEntry is only valid
until the iterator is repositioned.
|
disposeInternal, isValid, next, prev, seek, seekToFirst, seekToLast, statusdisOwnNativeHandle, dispose, finalize, isInitialized, isOwningNativeHandleprotected WBWIRocksIterator(WriteBatchWithIndex wbwi, long nativeHandle)
public WBWIRocksIterator.WriteEntry entry()