public class RawScanIterator extends ScanIterator
builder, conf, currentCache, endKey, endOfScan, hasEndKey, index, keyOnly, limit, processingLastBatch, startKey| 构造器和说明 |
|---|
RawScanIterator(TiConfiguration conf,
RegionStoreClient.RegionStoreClientBuilder builder,
com.google.protobuf.ByteString startKey,
com.google.protobuf.ByteString endKey,
int limit,
boolean keyOnly,
BackOffer scanBackOffer) |
public RawScanIterator(TiConfiguration conf, RegionStoreClient.RegionStoreClientBuilder builder, com.google.protobuf.ByteString startKey, com.google.protobuf.ByteString endKey, int limit, boolean keyOnly, BackOffer scanBackOffer)
public boolean hasNext()
public Kvrpcpb.KvPair next()
Copyright © 2023 PingCAP. All rights reserved.