public class RemoteRecordGroup extends Object implements org.wso2.carbon.analytics.datasource.commons.RecordGroup
| Constructor and Description |
|---|
RemoteRecordGroup() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBinaryRecordGroup() |
String[] |
getLocations() |
org.wso2.carbon.analytics.datasource.commons.RecordGroup |
getRecordGroupFromBinary() |
void |
setBinaryRecordGroup(byte[] binaryRecordGroup) |
void |
setLocations(String[] locations) |
public void setLocations(String[] locations)
public byte[] getBinaryRecordGroup()
public void setBinaryRecordGroup(byte[] binaryRecordGroup)
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 org.wso2.carbon.analytics.datasource.commons.RecordGroup getRecordGroupFromBinary()
throws IOException
IOExceptionCopyright © 2018 WSO2. All rights reserved.