public interface IRemoteClient extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IRemoteClient.QueryResult |
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Connect to Kylin restful service.
|
IRemoteClient.QueryResult |
executeQuery(String sql,
List<org.apache.calcite.avatica.AvaticaParameter> params,
List<Object> paramValues,
Map<String,String> queryToggles)
Execute query remotely and get back result.
|
KylinMeta.KMetaProject |
retrieveMetaData(String project)
Retrieve meta data of given project.
|
void connect()
throws IOException
IOExceptionKylinMeta.KMetaProject retrieveMetaData(String project) throws IOException
IOExceptionIRemoteClient.QueryResult executeQuery(String sql, List<org.apache.calcite.avatica.AvaticaParameter> params, List<Object> paramValues, Map<String,String> queryToggles) throws IOException
IOExceptionCopyright © 2014–2017 Apache Software Foundation. All rights reserved.