public abstract class ScanIterator extends Object implements Iterator<org.tikv.kvproto.Kvrpcpb.KvPair>
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.tikv.common.region.RegionStoreClient.RegionStoreClientBuilder |
builder |
protected TiConfiguration |
conf |
protected List<org.tikv.kvproto.Kvrpcpb.KvPair> |
currentCache |
protected Key |
endKey |
protected boolean |
endOfScan |
protected boolean |
hasEndKey |
protected int |
index |
protected int |
limit |
protected boolean |
processingLastBatch |
protected org.tikv.shade.com.google.protobuf.ByteString |
startKey |
protected final TiConfiguration conf
protected final org.tikv.common.region.RegionStoreClient.RegionStoreClientBuilder builder
protected List<org.tikv.kvproto.Kvrpcpb.KvPair> currentCache
protected org.tikv.shade.com.google.protobuf.ByteString startKey
protected int index
protected int limit
protected boolean endOfScan
protected Key endKey
protected boolean hasEndKey
protected boolean processingLastBatch
Copyright © 2023 PingCAP. All rights reserved.