jar

org.apache.kyuubi : kyuubi-rest-client

Maven & Gradle

Apr 28, 2023
1.6k stars

Kyuubi Project Rest Client

Table Of Contents

Latest Version

Download org.apache.kyuubi : kyuubi-rest-client JAR file - Latest Versions:

All Versions

Download org.apache.kyuubi : kyuubi-rest-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.7.x
1.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kyuubi-rest-client-1.7.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.kyuubi.client

├─ org.apache.kyuubi.client.AdminRestApi.class - [JAR]

├─ org.apache.kyuubi.client.BatchRestApi.class - [JAR]

├─ org.apache.kyuubi.client.HttpClientFactory.class - [JAR]

├─ org.apache.kyuubi.client.IRestClient.class - [JAR]

├─ org.apache.kyuubi.client.KyuubiRestClient.class - [JAR]

├─ org.apache.kyuubi.client.RestClient.class - [JAR]

├─ org.apache.kyuubi.client.RestClientConf.class - [JAR]

├─ org.apache.kyuubi.client.RetryableRestClient.class - [JAR]

├─ org.apache.kyuubi.client.SessionRestApi.class - [JAR]

org.apache.kyuubi.client.util

├─ org.apache.kyuubi.client.util.BatchUtils.class - [JAR]

├─ org.apache.kyuubi.client.util.JsonUtils.class - [JAR]

├─ org.apache.kyuubi.client.util.VersionUtils.class - [JAR]

org.apache.kyuubi.client.auth

├─ org.apache.kyuubi.client.auth.AuthHeaderGenerator.class - [JAR]

├─ org.apache.kyuubi.client.auth.BasicAuthHeaderGenerator.class - [JAR]

├─ org.apache.kyuubi.client.auth.NoAuthHeaderGenerator.class - [JAR]

├─ org.apache.kyuubi.client.auth.SpnegoAuthHeaderGenerator.class - [JAR]

org.apache.kyuubi.client.api.v1.dto

├─ org.apache.kyuubi.client.api.v1.dto.Batch.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.BatchRequest.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.CloseBatchResponse.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.ColumnDesc.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.Engine.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.Field.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.GetSchemasRequest.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.GetTablesRequest.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.InfoDetail.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.MultiPart.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.OpActionRequest.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.OperationLog.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.ResultRowSet.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.ResultSetMetaData.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.Row.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.SessionData.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.SessionHandle.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.SessionOpenCount.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.SessionOpenRequest.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.StatementRequest.class - [JAR]

├─ org.apache.kyuubi.client.api.v1.dto.VersionInfo.class - [JAR]

org.apache.kyuubi.client.exception

├─ org.apache.kyuubi.client.exception.KyuubiRestException.class - [JAR]

├─ org.apache.kyuubi.client.exception.RetryableKyuubiRestException.class - [JAR]

Advertisement