public class RawKVClient.TikvIterator extends Object implements Iterator<Kvrpcpb.KvPair>
| Constructor and Description |
|---|
TikvIterator(com.google.protobuf.ByteString startKey,
com.google.protobuf.ByteString endKey,
boolean keyOnly) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Kvrpcpb.KvPair |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic TikvIterator(com.google.protobuf.ByteString startKey,
com.google.protobuf.ByteString endKey,
boolean keyOnly)
public boolean hasNext()
hasNext in interface Iterator<Kvrpcpb.KvPair>public Kvrpcpb.KvPair next()
next in interface Iterator<Kvrpcpb.KvPair>Copyright © 2025 PingCAP. All rights reserved.