public interface SingleStateIterator extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getKvStateId() |
boolean |
isValid() |
byte[] |
key() |
void |
next() |
byte[] |
value() |
void next()
boolean isValid()
byte[] key()
byte[] value()
int getKvStateId()
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.