public class HBaseRecordIterator extends Object implements org.wso2.carbon.analytics.datasource.commons.AnalyticsIterator<org.wso2.carbon.analytics.datasource.commons.Record>
| Constructor and Description |
|---|
HBaseRecordIterator(int tenantId,
String tableName,
List<String> columns,
List<String> recordIds,
org.apache.hadoop.hbase.client.Connection conn,
int batchSize) |
public HBaseRecordIterator(int tenantId,
String tableName,
List<String> columns,
List<String> recordIds,
org.apache.hadoop.hbase.client.Connection conn,
int batchSize)
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.