public class HBaseRegionSplitIterator extends Object implements org.wso2.carbon.analytics.datasource.commons.AnalyticsIterator<org.wso2.carbon.analytics.datasource.commons.Record>
| Constructor and Description |
|---|
HBaseRegionSplitIterator(int tenantId,
String tableName,
List<String> columns,
int recordsCount,
org.apache.hadoop.hbase.client.Connection conn,
byte[] startRow,
byte[] endRow) |
public HBaseRegionSplitIterator(int tenantId,
String tableName,
List<String> columns,
int recordsCount,
org.apache.hadoop.hbase.client.Connection conn,
byte[] startRow,
byte[] endRow)
throws org.wso2.carbon.analytics.datasource.commons.exception.AnalyticsException,
org.wso2.carbon.analytics.datasource.commons.exception.AnalyticsTableNotAvailableException
org.wso2.carbon.analytics.datasource.commons.exception.AnalyticsExceptionorg.wso2.carbon.analytics.datasource.commons.exception.AnalyticsTableNotAvailableExceptionpublic boolean hasNext()
public org.wso2.carbon.analytics.datasource.commons.Record next()
public void remove()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2016 WSO2. All rights reserved.