public class HBaseRegionSplitRecordGroup extends Object implements org.wso2.carbon.analytics.datasource.commons.RecordGroup
| Constructor and Description |
|---|
HBaseRegionSplitRecordGroup() |
HBaseRegionSplitRecordGroup(int tenantId,
String tableName,
List<String> columns,
int recordsCount,
byte[] startRow,
byte[] endRow,
String location) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumns() |
byte[] |
getEndRow() |
String[] |
getLocations() |
int |
getRecordsCount() |
byte[] |
getStartRow() |
String |
getTableName() |
int |
getTenantId() |
public String[] getLocations() throws org.wso2.carbon.analytics.datasource.commons.exception.AnalyticsException
getLocations in interface org.wso2.carbon.analytics.datasource.commons.RecordGrouporg.wso2.carbon.analytics.datasource.commons.exception.AnalyticsExceptionpublic int getTenantId()
public String getTableName()
public byte[] getStartRow()
public byte[] getEndRow()
public int getRecordsCount()
Copyright © 2016 WSO2. All rights reserved.