class FlinkSQLBackendService extends AbstractBackendService
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FlinkSQLBackendService
- AbstractBackendService
- BackendService
- CompositeService
- AbstractService
- Logging
- Service
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FlinkSQLBackendService(engineContext: DefaultContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addService(service: Service): Unit
- Attributes
- protected
- Definition Classes
- CompositeService
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cancelOperation(operationHandle: OperationHandle): Unit
- Definition Classes
- AbstractBackendService → BackendService
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
closeOperation(operationHandle: OperationHandle): Unit
- Definition Classes
- AbstractBackendService → BackendService
-
def
closeSession(sessionHandle: SessionHandle): Unit
- Definition Classes
- AbstractBackendService → BackendService
-
var
conf: KyuubiConf
- Attributes
- protected
- Definition Classes
- AbstractService
-
def
debug(message: ⇒ Any, t: Throwable): Unit
- Definition Classes
- Logging
-
def
debug(message: ⇒ Any): Unit
- Definition Classes
- Logging
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(message: ⇒ Any): Unit
- Definition Classes
- Logging
-
def
error(message: ⇒ Any, t: Throwable): Unit
- Definition Classes
- Logging
-
def
executeStatement(sessionHandle: SessionHandle, statement: String, confOverlay: Map[String, String], runAsync: Boolean, queryTimeout: Long): OperationHandle
- Definition Classes
- AbstractBackendService → BackendService
-
def
fetchResults(operationHandle: OperationHandle, orientation: FetchOrientation, maxRows: Int, fetchLog: Boolean): TFetchResultsResp
- Definition Classes
- AbstractBackendService → BackendService
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getCatalogs(sessionHandle: SessionHandle): OperationHandle
- Definition Classes
- AbstractBackendService → BackendService
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getColumns(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String, columnName: String): OperationHandle
- Definition Classes
- AbstractBackendService → BackendService
-
def
getConf: KyuubiConf
- Definition Classes
- AbstractService → Service
-
def
getCrossReference(sessionHandle: SessionHandle, primaryCatalog: String, primarySchema: String, primaryTable: String, foreignCatalog: String, foreignSchema: String, foreignTable: String): OperationHandle
- Definition Classes
- AbstractBackendService → BackendService
-
def
getFunctions(sessionHandle: SessionHandle, catalogName: String, schemaName: String, functionName: String): OperationHandle
- Definition Classes
- AbstractBackendService → BackendService
-
def
getInfo(sessionHandle: SessionHandle, infoType: TGetInfoType): TGetInfoValue
- Definition Classes
- AbstractBackendService → BackendService
-
def
getName: String
- Definition Classes
- AbstractService → Service
-
def
getOperationStatus(operationHandle: OperationHandle, maxWait: Option[Long]): OperationStatus
- Definition Classes
- AbstractBackendService → BackendService
-
def
getPrimaryKeys(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String): OperationHandle
- Definition Classes
- AbstractBackendService → BackendService
-
def
getQueryId(operationHandle: OperationHandle): String
- Definition Classes
- AbstractBackendService → BackendService
-
def
getResultSetMetadata(operationHandle: OperationHandle): TGetResultSetMetadataResp
- Definition Classes
- AbstractBackendService → BackendService
-
def
getSchemas(sessionHandle: SessionHandle, catalogName: String, schemaName: String): OperationHandle
- Definition Classes
- AbstractBackendService → BackendService
-
def
getServiceState: ServiceState
- Definition Classes
- AbstractService → Service
-
def
getServices: Seq[Service]
- Definition Classes
- CompositeService
-
def
getStartTime: Long
- Definition Classes
- AbstractService → Service
-
def
getTableTypes(sessionHandle: SessionHandle): OperationHandle
- Definition Classes
- AbstractBackendService → BackendService
-
def
getTables(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String, tableTypes: List[String]): OperationHandle
- Definition Classes
- AbstractBackendService → BackendService
-
def
getTypeInfo(sessionHandle: SessionHandle): OperationHandle
- Definition Classes
- AbstractBackendService → BackendService
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
info(message: ⇒ Any, t: Throwable): Unit
- Definition Classes
- Logging
-
def
info(message: ⇒ Any): Unit
- Definition Classes
- Logging
-
def
initialize(conf: KyuubiConf): Unit
- Definition Classes
- AbstractBackendService → CompositeService → AbstractService → Service
-
def
initializeLoggerIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
loggerName: String
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
openSession(protocol: TProtocolVersion, user: String, password: String, ipAddr: String, configs: Map[String, String]): SessionHandle
- Definition Classes
- AbstractBackendService → BackendService
-
val
sessionManager: SessionManager
- Definition Classes
- FlinkSQLBackendService → BackendService
-
def
start(): Unit
- Definition Classes
- CompositeService → AbstractService → Service
-
var
startTime: Long
- Attributes
- protected
- Definition Classes
- AbstractService
-
var
state: ServiceState
- Attributes
- protected
- Definition Classes
- AbstractService
-
def
stop(): Unit
- Definition Classes
- CompositeService → AbstractService → Service
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
warn(message: ⇒ Any, t: Throwable): Unit
- Definition Classes
- Logging
-
def
warn(message: ⇒ Any): Unit
- Definition Classes
- Logging