Package | Description |
---|---|
org.apache.tajo.cli | |
org.apache.tajo.client | |
org.apache.tajo.jdbc |
Modifier and Type | Field and Description |
---|---|
protected TajoClient |
TajoShellCommand.client |
Modifier and Type | Method and Description |
---|---|
TajoClient |
TajoCli.TajoCliContext.getTajoClient() |
Modifier and Type | Method and Description |
---|---|
static ResultSet |
TajoClient.createResultSet(TajoClient client,
ClientProtos.SubmitQueryResponse response) |
static ResultSet |
TajoClient.createResultSet(TajoClient client,
QueryId queryId,
ClientProtos.GetQueryResultResponse response) |
static void |
TajoDump.dump(TajoClient client,
org.apache.hadoop.security.UserGroupInformation userInfo,
String baseDatabaseName,
boolean isDumpingAllDatabases,
boolean includeUserName,
boolean includeDate,
PrintWriter out) |
Constructor and Description |
---|
TajoAdmin(TajoConf tajoConf,
Writer writer,
TajoClient tajoClient) |
Constructor and Description |
---|
TajoResultSet(TajoClient tajoClient,
QueryId queryId) |
TajoResultSet(TajoClient tajoClient,
QueryId queryId,
TajoConf conf,
TableDesc table) |
TajoResultSet(TajoClient tajoClient,
QueryId queryId,
TajoConf conf,
TableDesc table,
long maxRowNum) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.