public class TokenRangeRecordGroup extends Object implements org.wso2.carbon.analytics.datasource.commons.RecordGroup
RecordGroup implementation, which is token range aware,
used for partition based record groups.| Constructor and Description |
|---|
TokenRangeRecordGroup(int tenantId,
String tableName,
List<String> columns,
List<CassandraTokenRange> tokenRanges,
String host,
int count) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumns() |
int |
getCount() |
String[] |
getLocations() |
String |
getTableName() |
int |
getTenantId() |
List<CassandraTokenRange> |
getTokenRanges() |
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 List<CassandraTokenRange> getTokenRanges()
public int getCount()
Copyright © 2018 WSO2. All rights reserved.