public class SessionRestApi extends Object
| Constructor and Description |
|---|
SessionRestApi(KyuubiRestClient client) |
public SessionRestApi(KyuubiRestClient client)
public List<SessionData> listSessions()
public SessionHandle openSession(SessionOpenRequest sessionOpenRequest)
public KyuubiSessionEvent getSessionEvent(String sessionHandleStr)
public InfoDetail getSessionInfo(String sessionHandleStr, int infoType)
public int getOpenSessionCount()
public ExecPoolStatistic getExecPoolStatistic()
public OperationHandle executeStatement(String sessionHandleStr, StatementRequest request)
public OperationHandle getTypeInfo(String sessionHandleStr)
public OperationHandle getCatalogs(String sessionHandleStr)
public OperationHandle getSchemas(String sessionHandleStr, GetSchemasRequest request)
public OperationHandle getTables(String sessionHandleStr, GetTablesRequest request)
public OperationHandle getTableTypes(String sessionHandleStr)
public OperationHandle getColumns(String sessionHandleStr, GetColumnsRequest request)
public OperationHandle getFunctions(String sessionHandleStr, GetFunctionsRequest request)
public OperationHandle getPrimaryKeys(String sessionHandleStr, GetPrimaryKeysRequest request)
public OperationHandle getCrossReference(String sessionHandleStr, GetCrossReferenceRequest request)
Copyright © 2023 The Apache Software Foundation. All rights reserved.