public class RawKVClient.TikvIterator extends Object implements Iterator<Kvrpcpb.KvPair>
| 构造器和说明 |
|---|
TikvIterator(com.google.protobuf.ByteString startKey,
com.google.protobuf.ByteString endKey,
boolean keyOnly) |
public TikvIterator(com.google.protobuf.ByteString startKey,
com.google.protobuf.ByteString endKey,
boolean keyOnly)
public boolean hasNext()
hasNext 在接口中 Iterator<Kvrpcpb.KvPair>public Kvrpcpb.KvPair next()
next 在接口中 Iterator<Kvrpcpb.KvPair>Copyright © 2023 PingCAP. All rights reserved.