public class RawScanIterator extends ScanIterator
builder, conf, currentCache, endKey, endOfScan, hasEndKey, index, keyOnly, limit, processingLastBatch, startKey
Constructor and Description |
---|
RawScanIterator(TiConfiguration conf,
RegionStoreClient.RegionStoreClientBuilder builder,
com.google.protobuf.ByteString startKey,
com.google.protobuf.ByteString endKey,
int limit,
boolean keyOnly,
BackOffer scanBackOffer) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Kvrpcpb.KvPair |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
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 © 2024 PingCAP. All rights reserved.