Skip navigation links
A B C D E F G H I J K L M N O P R S T U V 

A

AdminRestApi - Class in org.apache.kyuubi.client
 
AdminRestApi(KyuubiRestClient) - Constructor for class org.apache.kyuubi.client.AdminRestApi
 
apiVersion(KyuubiRestClient.ApiVersion) - Method in class org.apache.kyuubi.client.KyuubiRestClient.Builder
 
applyOperationAction(OpActionRequest, String) - Method in class org.apache.kyuubi.client.OperationRestApi
 
attemptWaitTime(int) - Method in class org.apache.kyuubi.client.KyuubiRestClient.Builder
 
AuthHeaderGenerator - Interface in org.apache.kyuubi.client.auth
The interface for Kyuubi rest client auth header generator.
authHeaderGenerator(AuthHeaderGenerator) - Method in class org.apache.kyuubi.client.KyuubiRestClient.Builder
Customize the AuthHeaderGenerator.
authHeaderMethod(KyuubiRestClient.AuthHeaderMethod) - Method in class org.apache.kyuubi.client.KyuubiRestClient.Builder
 

B

BasicAuthHeaderGenerator - Class in org.apache.kyuubi.client.auth
 
BasicAuthHeaderGenerator(String, String) - Constructor for class org.apache.kyuubi.client.auth.BasicAuthHeaderGenerator
 
Batch - Class in org.apache.kyuubi.client.api.v1.dto
 
Batch() - Constructor for class org.apache.kyuubi.client.api.v1.dto.Batch
 
Batch(String, String, String, String, long, String, String, String, String, String, String, long, long, Map<String, String>) - Constructor for class org.apache.kyuubi.client.api.v1.dto.Batch
 
BatchRequest - Class in org.apache.kyuubi.client.api.v1.dto
 
BatchRequest() - Constructor for class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
BatchRequest(String, String, String, String, Map<String, String>, List<String>) - Constructor for class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
BatchRequest(String, String, String, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
BatchRestApi - Class in org.apache.kyuubi.client
 
BatchRestApi(KyuubiRestClient) - Constructor for class org.apache.kyuubi.client.BatchRestApi
 
BatchUtils - Class in org.apache.kyuubi.client.util
 
BatchUtils() - Constructor for class org.apache.kyuubi.client.util.BatchUtils
 
build() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
build() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
build() - Method in class org.apache.kyuubi.client.KyuubiRestClient.Builder
 
builder() - Static method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
builder() - Static method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
builder(String) - Static method in class org.apache.kyuubi.client.KyuubiRestClient
 
builder(String...) - Static method in class org.apache.kyuubi.client.KyuubiRestClient
 
builder(List<String>) - Static method in class org.apache.kyuubi.client.KyuubiRestClient
 
Builder(String) - Constructor for class org.apache.kyuubi.client.KyuubiRestClient.Builder
 
Builder(List<String>) - Constructor for class org.apache.kyuubi.client.KyuubiRestClient.Builder
 

C

CANCELED_STATE - Static variable in class org.apache.kyuubi.client.util.BatchUtils
The batch was closed by `DELETE /batches/${batchId}` api.
clientIp(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
clientVersion(int) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
clone() - Method in class org.apache.kyuubi.client.KyuubiRestClient
 
close() - Method in class org.apache.kyuubi.client.KyuubiRestClient
 
close() - Method in class org.apache.kyuubi.client.RestClient
 
CloseBatchResponse - Class in org.apache.kyuubi.client.api.v1.dto
 
CloseBatchResponse() - Constructor for class org.apache.kyuubi.client.api.v1.dto.CloseBatchResponse
 
CloseBatchResponse(boolean, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.CloseBatchResponse
 
closeOperation(String) - Method in class org.apache.kyuubi.client.AdminRestApi
 
closeSession(String) - Method in class org.apache.kyuubi.client.AdminRestApi
 
closeSession(String) - Method in class org.apache.kyuubi.client.SessionRestApi
 
ColumnDesc - Class in org.apache.kyuubi.client.api.v1.dto
 
ColumnDesc() - Constructor for class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
ColumnDesc(String, String, int, int, int, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
completeTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
conf(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
connectionTimeout(int) - Method in class org.apache.kyuubi.client.KyuubiRestClient.Builder
 
Count - Class in org.apache.kyuubi.client.api.v1.dto
 
Count() - Constructor for class org.apache.kyuubi.client.api.v1.dto.Count
 
Count(Integer) - Constructor for class org.apache.kyuubi.client.api.v1.dto.Count
 
createBatch(BatchRequest) - Method in class org.apache.kyuubi.client.BatchRestApi
 
createBatch(BatchRequest, File) - Method in class org.apache.kyuubi.client.BatchRestApi
 
createHttpClient(RestClientConf) - Static method in class org.apache.kyuubi.client.HttpClientFactory
 
createTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 

D

delete(String, Map<String, Object>, Class<T>, String) - Method in interface org.apache.kyuubi.client.IRestClient
 
delete(String, Map<String, Object>, String) - Method in interface org.apache.kyuubi.client.IRestClient
 
delete(String, Map<String, Object>, Class<T>, String) - Method in class org.apache.kyuubi.client.RestClient
 
delete(String, Map<String, Object>, String) - Method in class org.apache.kyuubi.client.RestClient
 
deleteBatch(String, String) - Method in class org.apache.kyuubi.client.BatchRestApi
Deprecated.
deleteBatch(String) - Method in class org.apache.kyuubi.client.BatchRestApi
 
deleteEngine(String, String, String, String) - Method in class org.apache.kyuubi.client.AdminRestApi
 

E

endTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
Engine - Class in org.apache.kyuubi.client.api.v1.dto
 
Engine() - Constructor for class org.apache.kyuubi.client.api.v1.dto.Engine
 
Engine(String, String, String, String, String, String, String, Map<String, String>) - Constructor for class org.apache.kyuubi.client.api.v1.dto.Engine
 
engineId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.CloseBatchResponse
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.Count
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.Field
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.GetSchemasRequest
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.InfoDetail
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.OpActionRequest
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationHandle
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationLog
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.ResultRowSet
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.ResultSetMetaData
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.Row
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionHandle
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionOpenCount
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionOpenRequest
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
equals(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.VersionInfo
 
ERROR_STATE - Static variable in class org.apache.kyuubi.client.util.BatchUtils
The batch met some issue and failed.
eventTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
eventTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
exception(Throwable) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
exception(Throwable) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
ExecPoolStatistic - Class in org.apache.kyuubi.client.api.v1.dto
 
ExecPoolStatistic() - Constructor for class org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic
 
ExecPoolStatistic(int, int, int) - Constructor for class org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic
 
executeStatement(String, StatementRequest) - Method in class org.apache.kyuubi.client.SessionRestApi
 

F

Field - Class in org.apache.kyuubi.client.api.v1.dto
 
Field() - Constructor for class org.apache.kyuubi.client.api.v1.dto.Field
 
Field(String, Object) - Constructor for class org.apache.kyuubi.client.api.v1.dto.Field
 
FINISHED_STATE - Static variable in class org.apache.kyuubi.client.util.BatchUtils
The batch has been finished successfully.
fromJson(String, Class<T>) - Static method in class org.apache.kyuubi.client.util.JsonUtils
 

G

generateAuthHeader() - Method in interface org.apache.kyuubi.client.auth.AuthHeaderGenerator
 
generateAuthHeader() - Method in class org.apache.kyuubi.client.auth.BasicAuthHeaderGenerator
 
generateAuthHeader() - Method in class org.apache.kyuubi.client.auth.NoAuthHeaderGenerator
 
generateAuthHeader() - Method in class org.apache.kyuubi.client.auth.SpnegoAuthHeaderGenerator
 
get(String, Map<String, Object>, Class<T>, String) - Method in interface org.apache.kyuubi.client.IRestClient
 
get(String, Map<String, Object>, String) - Method in interface org.apache.kyuubi.client.IRestClient
 
get(String, Map<String, Object>, Class<T>, String) - Method in class org.apache.kyuubi.client.RestClient
 
get(String, Map<String, Object>, String) - Method in class org.apache.kyuubi.client.RestClient
 
getAction() - Method in class org.apache.kyuubi.client.api.v1.dto.OpActionRequest
 
getApiNamespace() - Method in enum org.apache.kyuubi.client.KyuubiRestClient.ApiVersion
 
getAppDiagnostic() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getAppId() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getAppStartTime() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getAppState() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getAppUrl() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getArgs() - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
getAttemptWaitTime() - Method in class org.apache.kyuubi.client.RestClientConf
 
getAttributes() - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
getAttributes() - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
getAuthHeader() - Method in class org.apache.kyuubi.client.KyuubiRestClient
 
getBatchById(String) - Method in class org.apache.kyuubi.client.BatchRestApi
 
getBatches() - Method in class org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse
 
GetBatchesResponse - Class in org.apache.kyuubi.client.api.v1.dto
 
GetBatchesResponse() - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse
 
GetBatchesResponse(int, int, List<Batch>) - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse
 
getBatchInfo() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getBatchLocalLog(String, int, int) - Method in class org.apache.kyuubi.client.BatchRestApi
 
getBatchType() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getBatchType() - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
getCatalogName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
getCatalogName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest
 
getCatalogName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest
 
getCatalogName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetSchemasRequest
 
getCatalogName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
getCatalogs(String) - Method in class org.apache.kyuubi.client.SessionRestApi
 
getClassName() - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
getClientIp() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getClientVersion() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getColumnIndex() - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
getColumnName() - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
getColumnName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
getColumns() - Method in class org.apache.kyuubi.client.api.v1.dto.ResultSetMetaData
 
getColumns(String, GetColumnsRequest) - Method in class org.apache.kyuubi.client.SessionRestApi
 
GetColumnsRequest - Class in org.apache.kyuubi.client.api.v1.dto
 
GetColumnsRequest() - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
GetColumnsRequest(String, String, String, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
getComment() - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
getCompleteTime() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getCompleteTime() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getConf() - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
getConf() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getConf() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getConf() - Method in class org.apache.kyuubi.client.KyuubiRestClient
 
getConfigs() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionOpenRequest
 
getConfOverlay() - Method in class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
getConnectTimeout() - Method in class org.apache.kyuubi.client.RestClientConf
 
getCount() - Method in class org.apache.kyuubi.client.api.v1.dto.Count
 
getCreateTime() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getCreateTime() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getCreateTime() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getCreateTime() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getCrossReference(String, GetCrossReferenceRequest) - Method in class org.apache.kyuubi.client.SessionRestApi
 
GetCrossReferenceRequest - Class in org.apache.kyuubi.client.api.v1.dto
 
GetCrossReferenceRequest() - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
GetCrossReferenceRequest(String, String, String, String, String, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
getDataType() - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
getDataType() - Method in class org.apache.kyuubi.client.api.v1.dto.Field
 
getDuration() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getEndTime() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getEndTime() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getEngineId() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getEngineId() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getEngineType() - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
getEventTime() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getEventTime() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getException() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getException() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getException() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getException() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getExecPoolActiveCount() - Method in class org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic
 
getExecPoolSize() - Method in class org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic
 
getExecPoolStatistic() - Method in class org.apache.kyuubi.client.SessionRestApi
 
getExecPoolWorkQueueSize() - Method in class org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic
 
getFields() - Method in class org.apache.kyuubi.client.api.v1.dto.Row
 
getForeignCatalog() - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
getForeignSchema() - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
getForeignTable() - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
getFrom() - Method in class org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse
 
getFunctionName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest
 
getFunctions(String, GetFunctionsRequest) - Method in class org.apache.kyuubi.client.SessionRestApi
 
GetFunctionsRequest - Class in org.apache.kyuubi.client.api.v1.dto
 
GetFunctionsRequest() - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest
 
GetFunctionsRequest(String, String, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest
 
getHost() - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
getHostUrls() - Method in class org.apache.kyuubi.client.KyuubiRestClient
 
getHttpClient() - Method in class org.apache.kyuubi.client.KyuubiRestClient
 
getId() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getIdentifier() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getIdentifier() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationHandle
 
getIdentifier() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getIdentifier() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionHandle
 
getIdleTime() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getInfoType() - Method in class org.apache.kyuubi.client.api.v1.dto.InfoDetail
 
getInfoValue() - Method in class org.apache.kyuubi.client.api.v1.dto.InfoDetail
 
getInstance() - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
getInstance() - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
getIpAddr() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getKyuubiInstance() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getKyuubiInstance() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getKyuubiInstance() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getKyuubiInstance() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getKyuubiInstance() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionHandle
 
getLogRowSet() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationLog
 
getMaxAttempts() - Method in class org.apache.kyuubi.client.RestClientConf
 
getMetrics() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getMetrics() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getMsg() - Method in class org.apache.kyuubi.client.api.v1.dto.CloseBatchResponse
 
getName() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getName() - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
getNamespace() - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
getNamespace() - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
getNextRowSet(String) - Method in class org.apache.kyuubi.client.OperationRestApi
 
getNextRowSet(String, String, Integer) - Method in class org.apache.kyuubi.client.OperationRestApi
 
getNodeName() - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
getOpenedTime() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getOpenSessionCount() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionOpenCount
 
getOpenSessionCount() - Method in class org.apache.kyuubi.client.SessionRestApi
 
getOperationEvent(String) - Method in class org.apache.kyuubi.client.OperationRestApi
 
getOperationLog(String, int) - Method in class org.apache.kyuubi.client.OperationRestApi
 
getPayload() - Method in class org.apache.kyuubi.client.api.v1.dto.MultiPart
 
getPort() - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
getPrecision() - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
getPrimaryCatalog() - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
getPrimaryKeys(String, GetPrimaryKeysRequest) - Method in class org.apache.kyuubi.client.SessionRestApi
 
GetPrimaryKeysRequest - Class in org.apache.kyuubi.client.api.v1.dto
 
GetPrimaryKeysRequest() - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest
 
GetPrimaryKeysRequest(String, String, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest
 
getPrimarySchema() - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
getPrimaryTable() - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
getQueryTimeout() - Method in class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
getRemoteId() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getRemoteId() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getRemoteId() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getRemoteSessionId() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getResource() - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
getRestClient(List<String>, RestClientConf) - Static method in class org.apache.kyuubi.client.RetryableRestClient
 
getResultSetMetadata(String) - Method in class org.apache.kyuubi.client.OperationRestApi
 
getRowCount() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationLog
 
getRowCount() - Method in class org.apache.kyuubi.client.api.v1.dto.ResultRowSet
 
getRows() - Method in class org.apache.kyuubi.client.api.v1.dto.ResultRowSet
 
getScale() - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
getSchemaName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
getSchemaName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest
 
getSchemaName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest
 
getSchemaName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetSchemasRequest
 
getSchemaName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
getSchemas(String, GetSchemasRequest) - Method in class org.apache.kyuubi.client.SessionRestApi
 
GetSchemasRequest - Class in org.apache.kyuubi.client.api.v1.dto
 
GetSchemasRequest() - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetSchemasRequest
 
GetSchemasRequest(String, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetSchemasRequest
 
getServerIp() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getSessionEvent(String) - Method in class org.apache.kyuubi.client.SessionRestApi
 
getSessionId() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getSessionId() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getSessionId() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getSessionInfo(String, int) - Method in class org.apache.kyuubi.client.SessionRestApi
 
getSessionName() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getSessionType() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getSessionType() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getSessionType() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getSessionType() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getSessionUser() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getSessionUser() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getSharelevel() - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
getSocketTimeout() - Method in class org.apache.kyuubi.client.RestClientConf
 
getStartTime() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getStartTime() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getStartTime() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getState() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getState() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getState() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getStatement() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getStatement() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
getStatement() - Method in class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
getStatementId() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
getStatus() - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
getSubdomain() - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
getTableName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
getTableName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest
 
getTableName() - Method in class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
getTables(String, GetTablesRequest) - Method in class org.apache.kyuubi.client.SessionRestApi
 
GetTablesRequest - Class in org.apache.kyuubi.client.api.v1.dto
 
GetTablesRequest() - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
GetTablesRequest(String, String, String, List<String>) - Constructor for class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
getTableTypes() - Method in class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
getTableTypes(String) - Method in class org.apache.kyuubi.client.SessionRestApi
 
getTotal() - Method in class org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse
 
getTotalOperations() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getType() - Method in class org.apache.kyuubi.client.api.v1.dto.MultiPart
 
getTypeInfo(String) - Method in class org.apache.kyuubi.client.SessionRestApi
 
getUser() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
getUser() - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
getUser() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
getUser() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
getValue() - Method in class org.apache.kyuubi.client.api.v1.dto.Field
 
getVersion() - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
getVersion() - Method in class org.apache.kyuubi.client.api.v1.dto.VersionInfo
 
getVersion() - Static method in class org.apache.kyuubi.client.util.VersionUtils
 

H

hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.CloseBatchResponse
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.Count
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.Field
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.GetSchemasRequest
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.InfoDetail
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.OpActionRequest
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationHandle
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationLog
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.ResultRowSet
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.ResultSetMetaData
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.Row
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionHandle
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionOpenCount
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionOpenRequest
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
hashCode() - Method in class org.apache.kyuubi.client.api.v1.dto.VersionInfo
 
HttpClientFactory - Class in org.apache.kyuubi.client
 
HttpClientFactory() - Constructor for class org.apache.kyuubi.client.HttpClientFactory
 

I

InfoDetail - Class in org.apache.kyuubi.client.api.v1.dto
 
InfoDetail() - Constructor for class org.apache.kyuubi.client.api.v1.dto.InfoDetail
 
InfoDetail(String, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.InfoDetail
 
invoke(Object, Method, Object[]) - Method in class org.apache.kyuubi.client.RetryableRestClient
 
IRestClient - Interface in org.apache.kyuubi.client
A underlying http client interface for common rest request.
isDuplicatedSubmission(Batch) - Static method in class org.apache.kyuubi.client.util.BatchUtils
 
isFinishedState(String) - Static method in class org.apache.kyuubi.client.util.BatchUtils
 
isPendingState(String) - Static method in class org.apache.kyuubi.client.util.BatchUtils
 
isRunAsync() - Method in class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
isRunningState(String) - Static method in class org.apache.kyuubi.client.util.BatchUtils
 
isShouldRunAsync() - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
isSuccess() - Method in class org.apache.kyuubi.client.api.v1.dto.CloseBatchResponse
 
isTerminalState(String) - Static method in class org.apache.kyuubi.client.util.BatchUtils
 

J

JsonUtils - Class in org.apache.kyuubi.client.util
 
JsonUtils() - Constructor for class org.apache.kyuubi.client.util.JsonUtils
 

K

KYUUBI_BATCH_DUPLICATED_KEY - Static variable in class org.apache.kyuubi.client.util.BatchUtils
 
KYUUBI_BATCH_ID_KEY - Static variable in class org.apache.kyuubi.client.util.BatchUtils
 
KYUUBI_CLIENT_VERSION_KEY - Static variable in class org.apache.kyuubi.client.util.VersionUtils
 
kyuubiInstance(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
KyuubiOperationEvent - Class in org.apache.kyuubi.client.api.v1.dto
 
KyuubiOperationEvent() - Constructor for class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
KyuubiOperationEvent(String, String, String, boolean, String, long, long, long, long, Throwable, String, String, String, String, Map<String, String>) - Constructor for class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
KyuubiOperationEvent.KyuubiOperationEventBuilder - Class in org.apache.kyuubi.client.api.v1.dto
 
KyuubiOperationEventBuilder() - Constructor for class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
KyuubiRestClient - Class in org.apache.kyuubi.client
 
KyuubiRestClient.ApiVersion - Enum in org.apache.kyuubi.client
Specifies the version of the Kyuubi API to communicate with.
KyuubiRestClient.AuthHeaderMethod - Enum in org.apache.kyuubi.client
 
KyuubiRestClient.Builder - Class in org.apache.kyuubi.client
 
KyuubiRestException - Exception in org.apache.kyuubi.client.exception
 
KyuubiRestException(String, Throwable) - Constructor for exception org.apache.kyuubi.client.exception.KyuubiRestException
 
KyuubiSessionEvent - Class in org.apache.kyuubi.client.api.v1.dto
 
KyuubiSessionEvent() - Constructor for class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
KyuubiSessionEvent(String, int, String, String, String, String, String, String, String, Map<String, String>, long, long, long, long, int, Throwable) - Constructor for class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
KyuubiSessionEvent.KyuubiSessionEventBuilder - Class in org.apache.kyuubi.client.api.v1.dto
 
KyuubiSessionEventBuilder() - Constructor for class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 

L

listBatches(String, String, String, Long, Long, int, int) - Method in class org.apache.kyuubi.client.BatchRestApi
 
listBatches(String, String, String, String, Long, Long, int, int) - Method in class org.apache.kyuubi.client.BatchRestApi
 
listEngines(String, String, String, String) - Method in class org.apache.kyuubi.client.AdminRestApi
 
listOperations() - Method in class org.apache.kyuubi.client.AdminRestApi
 
listOperations(List<String>, String) - Method in class org.apache.kyuubi.client.AdminRestApi
 
listServers() - Method in class org.apache.kyuubi.client.AdminRestApi
 
listSessions() - Method in class org.apache.kyuubi.client.AdminRestApi
 
listSessions(List<String>) - Method in class org.apache.kyuubi.client.AdminRestApi
 
listSessions() - Method in class org.apache.kyuubi.client.SessionRestApi
 

M

maxAttempts(int) - Method in class org.apache.kyuubi.client.KyuubiRestClient.Builder
 
metrics(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
MultiPart - Class in org.apache.kyuubi.client.api.v1.dto
 
MultiPart(MultiPart.MultiPartType, Object) - Constructor for class org.apache.kyuubi.client.api.v1.dto.MultiPart
 
MultiPart.MultiPartType - Enum in org.apache.kyuubi.client.api.v1.dto
 

N

NoAuthHeaderGenerator - Class in org.apache.kyuubi.client.auth
 
NoAuthHeaderGenerator() - Constructor for class org.apache.kyuubi.client.auth.NoAuthHeaderGenerator
 

O

OpActionRequest - Class in org.apache.kyuubi.client.api.v1.dto
 
OpActionRequest() - Constructor for class org.apache.kyuubi.client.api.v1.dto.OpActionRequest
 
OpActionRequest(String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.OpActionRequest
 
openedTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
openSession(SessionOpenRequest) - Method in class org.apache.kyuubi.client.SessionRestApi
 
OperationData - Class in org.apache.kyuubi.client.api.v1.dto
 
OperationData() - Constructor for class org.apache.kyuubi.client.api.v1.dto.OperationData
 
OperationData(String, String, String, String, Long, Long, Long, String, String, String, String, String, Map<String, String>) - Constructor for class org.apache.kyuubi.client.api.v1.dto.OperationData
 
OperationHandle - Class in org.apache.kyuubi.client.api.v1.dto
 
OperationHandle() - Constructor for class org.apache.kyuubi.client.api.v1.dto.OperationHandle
 
OperationHandle(UUID) - Constructor for class org.apache.kyuubi.client.api.v1.dto.OperationHandle
 
OperationLog - Class in org.apache.kyuubi.client.api.v1.dto
 
OperationLog() - Constructor for class org.apache.kyuubi.client.api.v1.dto.OperationLog
 
OperationLog(List<String>, int) - Constructor for class org.apache.kyuubi.client.api.v1.dto.OperationLog
 
OperationRestApi - Class in org.apache.kyuubi.client
 
OperationRestApi(KyuubiRestClient) - Constructor for class org.apache.kyuubi.client.OperationRestApi
 
org.apache.kyuubi.client - package org.apache.kyuubi.client
 
org.apache.kyuubi.client.api.v1.dto - package org.apache.kyuubi.client.api.v1.dto
 
org.apache.kyuubi.client.auth - package org.apache.kyuubi.client.auth
 
org.apache.kyuubi.client.exception - package org.apache.kyuubi.client.exception
 
org.apache.kyuubi.client.util - package org.apache.kyuubi.client.util
 

P

password(String) - Method in class org.apache.kyuubi.client.KyuubiRestClient.Builder
 
PENDING_STATE - Static variable in class org.apache.kyuubi.client.util.BatchUtils
The batch has not been submitted to resource manager yet.
post(String, String, Class<T>, String) - Method in interface org.apache.kyuubi.client.IRestClient
 
post(String, Map<String, MultiPart>, Class<T>, String) - Method in interface org.apache.kyuubi.client.IRestClient
 
post(String, String, String) - Method in interface org.apache.kyuubi.client.IRestClient
 
post(String, String, Class<T>, String) - Method in class org.apache.kyuubi.client.RestClient
 
post(String, String, String) - Method in class org.apache.kyuubi.client.RestClient
 
post(String, Map<String, MultiPart>, Class<T>, String) - Method in class org.apache.kyuubi.client.RestClient
 
put(String, String, Class<T>, String) - Method in interface org.apache.kyuubi.client.IRestClient
 
put(String, String, String) - Method in interface org.apache.kyuubi.client.IRestClient
 
put(String, String, Class<T>, String) - Method in class org.apache.kyuubi.client.RestClient
 
put(String, String, String) - Method in class org.apache.kyuubi.client.RestClient
 

R

refreshDenyUsers() - Method in class org.apache.kyuubi.client.AdminRestApi
 
refreshHadoopConf() - Method in class org.apache.kyuubi.client.AdminRestApi
 
refreshKubernetesConf() - Method in class org.apache.kyuubi.client.AdminRestApi
 
refreshUnlimitedUsers() - Method in class org.apache.kyuubi.client.AdminRestApi
 
refreshUserDefaultsConf() - Method in class org.apache.kyuubi.client.AdminRestApi
 
remoteId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
remoteSessionId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
RestClient - Class in org.apache.kyuubi.client
 
RestClient(String, CloseableHttpClient) - Constructor for class org.apache.kyuubi.client.RestClient
 
RestClientConf - Class in org.apache.kyuubi.client
 
RestClientConf() - Constructor for class org.apache.kyuubi.client.RestClientConf
 
ResultRowSet - Class in org.apache.kyuubi.client.api.v1.dto
 
ResultRowSet() - Constructor for class org.apache.kyuubi.client.api.v1.dto.ResultRowSet
 
ResultRowSet(List<Row>, int) - Constructor for class org.apache.kyuubi.client.api.v1.dto.ResultRowSet
 
ResultSetMetaData - Class in org.apache.kyuubi.client.api.v1.dto
 
ResultSetMetaData() - Constructor for class org.apache.kyuubi.client.api.v1.dto.ResultSetMetaData
 
ResultSetMetaData(List<ColumnDesc>) - Constructor for class org.apache.kyuubi.client.api.v1.dto.ResultSetMetaData
 
RetryableKyuubiRestException - Exception in org.apache.kyuubi.client.exception
A retryable exception which is thrown by underlying rest client.
RetryableKyuubiRestException(String, Throwable) - Constructor for exception org.apache.kyuubi.client.exception.RetryableKyuubiRestException
 
RetryableRestClient - Class in org.apache.kyuubi.client
A retryable rest client that catches the RetryableKyuubiRestException which is thrown by underlying rest client and use a new server uri to the next attempt.
Row - Class in org.apache.kyuubi.client.api.v1.dto
 
Row() - Constructor for class org.apache.kyuubi.client.api.v1.dto.Row
 
Row(List<Field>) - Constructor for class org.apache.kyuubi.client.api.v1.dto.Row
 
RUNNING_STATE - Static variable in class org.apache.kyuubi.client.util.BatchUtils
The batch has been submitted to resource manager and is running.

S

ServerData - Class in org.apache.kyuubi.client.api.v1.dto
 
ServerData() - Constructor for class org.apache.kyuubi.client.api.v1.dto.ServerData
 
ServerData(String, String, String, String, int, Map<String, String>, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.ServerData
 
serverIp(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
SessionData - Class in org.apache.kyuubi.client.api.v1.dto
 
SessionData() - Constructor for class org.apache.kyuubi.client.api.v1.dto.SessionData
 
SessionData(String, String, String, String, Map<String, String>, Long, Long, Long, String, String, String, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.SessionData
 
SessionHandle - Class in org.apache.kyuubi.client.api.v1.dto
 
SessionHandle() - Constructor for class org.apache.kyuubi.client.api.v1.dto.SessionHandle
 
SessionHandle(UUID, String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.SessionHandle
 
sessionId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
sessionId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
sessionName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
SessionOpenCount - Class in org.apache.kyuubi.client.api.v1.dto
 
SessionOpenCount() - Constructor for class org.apache.kyuubi.client.api.v1.dto.SessionOpenCount
 
SessionOpenCount(int) - Constructor for class org.apache.kyuubi.client.api.v1.dto.SessionOpenCount
 
SessionOpenRequest - Class in org.apache.kyuubi.client.api.v1.dto
 
SessionOpenRequest() - Constructor for class org.apache.kyuubi.client.api.v1.dto.SessionOpenRequest
 
SessionOpenRequest(Map<String, String>) - Constructor for class org.apache.kyuubi.client.api.v1.dto.SessionOpenRequest
 
SessionRestApi - Class in org.apache.kyuubi.client
 
SessionRestApi(KyuubiRestClient) - Constructor for class org.apache.kyuubi.client.SessionRestApi
 
sessionType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
sessionType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
sessionUser(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
setAction(String) - Method in class org.apache.kyuubi.client.api.v1.dto.OpActionRequest
 
setAppDiagnostic(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setAppId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setAppStartTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setAppState(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setAppUrl(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setArgs(List<String>) - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
setAttemptWaitTime(int) - Method in class org.apache.kyuubi.client.RestClientConf
 
setAttributes(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
setAttributes(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
setBatches(List<Batch>) - Method in class org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse
 
setBatchInfo(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setBatchType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setBatchType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
setCatalogName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
setCatalogName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest
 
setCatalogName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest
 
setCatalogName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetSchemasRequest
 
setCatalogName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
setClassName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
setClientIp(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setClientVersion(int) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setColumnIndex(int) - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
setColumnName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
setColumnName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
setColumns(List<ColumnDesc>) - Method in class org.apache.kyuubi.client.api.v1.dto.ResultSetMetaData
 
setComment(String) - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
setCompleteTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setCompleteTime(Long) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setConf(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
setConf(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setConf(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setConfigs(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionOpenRequest
 
setConfOverlay(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
setConnectTimeout(int) - Method in class org.apache.kyuubi.client.RestClientConf
 
setCount(Integer) - Method in class org.apache.kyuubi.client.api.v1.dto.Count
 
setCreateTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setCreateTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setCreateTime(Long) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setCreateTime(Long) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setDataType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
setDataType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Field
 
setDuration(Long) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setEndTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setEndTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setEngineId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setEngineId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setEngineType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
setEventTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setEventTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setException(Throwable) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setException(Throwable) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setException(String) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setException(String) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setExecPoolActiveCount(int) - Method in class org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic
 
setExecPoolSize(int) - Method in class org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic
 
setExecPoolWorkQueueSize(int) - Method in class org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic
 
setFields(List<Field>) - Method in class org.apache.kyuubi.client.api.v1.dto.Row
 
setForeignCatalog(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
setForeignSchema(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
setForeignTable(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
setFrom(int) - Method in class org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse
 
setFunctionName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest
 
setHost(String) - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
setHostUrls(String...) - Method in class org.apache.kyuubi.client.KyuubiRestClient
 
setHostUrls(List<String>) - Method in class org.apache.kyuubi.client.KyuubiRestClient
 
setId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setIdentifier(String) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setIdentifier(UUID) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationHandle
 
setIdentifier(String) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setIdentifier(UUID) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionHandle
 
setIdleTime(Long) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setInfoType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.InfoDetail
 
setInfoValue(String) - Method in class org.apache.kyuubi.client.api.v1.dto.InfoDetail
 
setInstance(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
setInstance(String) - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
setIpAddr(String) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setKyuubiInstance(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setKyuubiInstance(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setKyuubiInstance(String) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setKyuubiInstance(String) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setKyuubiInstance(String) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionHandle
 
setLogRowSet(List<String>) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationLog
 
setMaxAttempts(int) - Method in class org.apache.kyuubi.client.RestClientConf
 
setMetrics(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setMetrics(Map<String, String>) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setMsg(String) - Method in class org.apache.kyuubi.client.api.v1.dto.CloseBatchResponse
 
setName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
setNamespace(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
setNamespace(String) - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
setNodeName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
setOpenedTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setOpenSessionCount(int) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionOpenCount
 
setPayload(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.MultiPart
 
setPort(int) - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
setPrecision(int) - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
setPrimaryCatalog(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
setPrimarySchema(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
setPrimaryTable(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
setQueryTimeout(Long) - Method in class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
setRemoteId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setRemoteId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setRemoteId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setRemoteSessionId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setResource(String) - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
setRowCount(int) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationLog
 
setRowCount(int) - Method in class org.apache.kyuubi.client.api.v1.dto.ResultRowSet
 
setRows(List<Row>) - Method in class org.apache.kyuubi.client.api.v1.dto.ResultRowSet
 
setRunAsync(boolean) - Method in class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
setScale(int) - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
setSchemaName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
setSchemaName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest
 
setSchemaName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest
 
setSchemaName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetSchemasRequest
 
setSchemaName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
setServerIp(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setSessionId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setSessionId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setSessionId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setSessionName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setSessionType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setSessionType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setSessionType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setSessionType(String) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setSessionUser(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setSessionUser(String) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setSharelevel(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
setShouldRunAsync(boolean) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setSocketTimeout(int) - Method in class org.apache.kyuubi.client.RestClientConf
 
setStartTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setStartTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setStartTime(Long) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setState(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setState(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setState(String) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setStatement(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setStatement(String) - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
setStatement(String) - Method in class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
setStatementId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent
 
setStatus(String) - Method in class org.apache.kyuubi.client.api.v1.dto.ServerData
 
setSubdomain(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
setSuccess(boolean) - Method in class org.apache.kyuubi.client.api.v1.dto.CloseBatchResponse
 
setTableName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
setTableName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest
 
setTableName(String) - Method in class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
setTableTypes(List<String>) - Method in class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
setTotal(int) - Method in class org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse
 
setTotalOperations(int) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setType(MultiPart.MultiPartType) - Method in class org.apache.kyuubi.client.api.v1.dto.MultiPart
 
setUser(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
setUser(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
setUser(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent
 
setUser(String) - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
setValue(Object) - Method in class org.apache.kyuubi.client.api.v1.dto.Field
 
setVersion(String) - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
setVersion(String) - Method in class org.apache.kyuubi.client.api.v1.dto.VersionInfo
 
shouldRunAsync(boolean) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
socketTimeout(int) - Method in class org.apache.kyuubi.client.KyuubiRestClient.Builder
 
SpnegoAuthHeaderGenerator - Class in org.apache.kyuubi.client.auth
 
SpnegoAuthHeaderGenerator(String) - Constructor for class org.apache.kyuubi.client.auth.SpnegoAuthHeaderGenerator
 
spnegoHost(String) - Method in class org.apache.kyuubi.client.KyuubiRestClient.Builder
 
startTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
startTime(long) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
state(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
statement(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
statementId(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiOperationEvent.KyuubiOperationEventBuilder
 
StatementRequest - Class in org.apache.kyuubi.client.api.v1.dto
 
StatementRequest() - Constructor for class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
StatementRequest(String, boolean, Long) - Constructor for class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
StatementRequest(String, boolean, Long, Map<String, String>) - Constructor for class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 

T

terminalBatchStates - Static variable in class org.apache.kyuubi.client.util.BatchUtils
 
toJson(Object) - Static method in class org.apache.kyuubi.client.util.JsonUtils
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.Batch
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.BatchRequest
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.CloseBatchResponse
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.ColumnDesc
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.Count
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.Engine
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.ExecPoolStatistic
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.Field
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.GetBatchesResponse
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.GetColumnsRequest
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.GetCrossReferenceRequest
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.GetFunctionsRequest
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.GetPrimaryKeysRequest
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.GetSchemasRequest
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.GetTablesRequest
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.InfoDetail
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.OpActionRequest
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationData
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationHandle
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.OperationLog
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.ResultRowSet
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.ResultSetMetaData
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.Row
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionData
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionHandle
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionOpenCount
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.SessionOpenRequest
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.StatementRequest
 
toString() - Method in class org.apache.kyuubi.client.api.v1.dto.VersionInfo
 
totalOperations(int) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 

U

user(String) - Method in class org.apache.kyuubi.client.api.v1.dto.KyuubiSessionEvent.KyuubiSessionEventBuilder
 
username(String) - Method in class org.apache.kyuubi.client.KyuubiRestClient.Builder
 

V

valueOf(String) - Static method in enum org.apache.kyuubi.client.api.v1.dto.MultiPart.MultiPartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.kyuubi.client.KyuubiRestClient.ApiVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.kyuubi.client.KyuubiRestClient.AuthHeaderMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.kyuubi.client.api.v1.dto.MultiPart.MultiPartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.kyuubi.client.KyuubiRestClient.ApiVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.kyuubi.client.KyuubiRestClient.AuthHeaderMethod
Returns an array containing the constants of this enum type, in the order they are declared.
VersionInfo - Class in org.apache.kyuubi.client.api.v1.dto
 
VersionInfo() - Constructor for class org.apache.kyuubi.client.api.v1.dto.VersionInfo
 
VersionInfo(String) - Constructor for class org.apache.kyuubi.client.api.v1.dto.VersionInfo
 
VersionUtils - Class in org.apache.kyuubi.client.util
 
VersionUtils() - Constructor for class org.apache.kyuubi.client.util.VersionUtils
 
A B C D E F G H I J K L M N O P R S T U V 
Skip navigation links

Copyright © 2023 The Apache Software Foundation. All rights reserved.