public abstract class ScanIterator extends Object implements Iterator<Kvrpcpb.KvPair>
Modifier and Type | Field and Description |
---|---|
protected RegionStoreClient.RegionStoreClientBuilder |
builder |
protected TiConfiguration |
conf |
protected List<Kvrpcpb.KvPair> |
currentCache |
protected Key |
endKey |
protected boolean |
endOfScan |
protected boolean |
hasEndKey |
protected int |
index |
protected boolean |
keyOnly |
protected int |
limit |
protected boolean |
processingLastBatch |
protected com.google.protobuf.ByteString |
startKey |
protected final TiConfiguration conf
protected final RegionStoreClient.RegionStoreClientBuilder builder
protected List<Kvrpcpb.KvPair> currentCache
protected com.google.protobuf.ByteString startKey
protected int index
protected int limit
protected boolean keyOnly
protected boolean endOfScan
protected Key endKey
protected boolean hasEndKey
protected boolean processingLastBatch
Copyright © 2024 PingCAP. All rights reserved.