public class TablestoreSplitIterator extends Object implements RowIterator
| Constructor and Description |
|---|
TablestoreSplitIterator(SyncClientInterface client,
List<TablestoreSplit.PkRange> pkRanges,
String tableName,
List<String> requiredColumns) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTotalCount() |
boolean |
hasNext() |
Row |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic TablestoreSplitIterator(SyncClientInterface client, List<TablestoreSplit.PkRange> pkRanges, String tableName, List<String> requiredColumns)
public long getTotalCount()
getTotalCount in interface RowIteratorCopyright © 2024. All Rights Reserved.