Packages

c

org.apache.kyuubi.engine.flink

FlinkSQLBackendService

class FlinkSQLBackendService extends AbstractBackendService

Linear Supertypes
AbstractBackendService, BackendService, CompositeService, AbstractService, Logging, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlinkSQLBackendService
  2. AbstractBackendService
  3. BackendService
  4. CompositeService
  5. AbstractService
  6. Logging
  7. Service
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FlinkSQLBackendService(engineContext: DefaultContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addService(service: Service): Unit
    Attributes
    protected
    Definition Classes
    CompositeService
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cancelOperation(operationHandle: OperationHandle): Unit
    Definition Classes
    AbstractBackendService → BackendService
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def closeOperation(operationHandle: OperationHandle): Unit
    Definition Classes
    AbstractBackendService → BackendService
  9. def closeSession(sessionHandle: SessionHandle): Unit
    Definition Classes
    AbstractBackendService → BackendService
  10. var conf: KyuubiConf
    Attributes
    protected
    Definition Classes
    AbstractService
  11. def debug(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  12. def debug(message: ⇒ Any): Unit
    Definition Classes
    Logging
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def error(message: ⇒ Any): Unit
    Definition Classes
    Logging
  16. def error(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  17. def executeStatement(sessionHandle: SessionHandle, statement: String, confOverlay: Map[String, String], runAsync: Boolean, queryTimeout: Long): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  18. def fetchResults(operationHandle: OperationHandle, orientation: FetchOrientation, maxRows: Int, fetchLog: Boolean): TFetchResultsResp
    Definition Classes
    AbstractBackendService → BackendService
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def getCatalogs(sessionHandle: SessionHandle): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getColumns(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String, columnName: String): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  23. def getConf: KyuubiConf
    Definition Classes
    AbstractService → Service
  24. def getCrossReference(sessionHandle: SessionHandle, primaryCatalog: String, primarySchema: String, primaryTable: String, foreignCatalog: String, foreignSchema: String, foreignTable: String): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  25. def getFunctions(sessionHandle: SessionHandle, catalogName: String, schemaName: String, functionName: String): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  26. def getInfo(sessionHandle: SessionHandle, infoType: TGetInfoType): TGetInfoValue
    Definition Classes
    AbstractBackendService → BackendService
  27. def getName: String
    Definition Classes
    AbstractService → Service
  28. def getOperationStatus(operationHandle: OperationHandle, maxWait: Option[Long]): OperationStatus
    Definition Classes
    AbstractBackendService → BackendService
  29. def getPrimaryKeys(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  30. def getQueryId(operationHandle: OperationHandle): String
    Definition Classes
    AbstractBackendService → BackendService
  31. def getResultSetMetadata(operationHandle: OperationHandle): TGetResultSetMetadataResp
    Definition Classes
    AbstractBackendService → BackendService
  32. def getSchemas(sessionHandle: SessionHandle, catalogName: String, schemaName: String): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  33. def getServiceState: ServiceState
    Definition Classes
    AbstractService → Service
  34. def getServices: Seq[Service]
    Definition Classes
    CompositeService
  35. def getStartTime: Long
    Definition Classes
    AbstractService → Service
  36. def getTableTypes(sessionHandle: SessionHandle): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  37. def getTables(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String, tableTypes: List[String]): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  38. def getTypeInfo(sessionHandle: SessionHandle): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. def info(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  41. def info(message: ⇒ Any): Unit
    Definition Classes
    Logging
  42. def initialize(conf: KyuubiConf): Unit
    Definition Classes
    AbstractBackendService → CompositeService → AbstractService → Service
  43. def initializeLoggerIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  46. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. def openSession(protocol: TProtocolVersion, user: String, password: String, ipAddr: String, configs: Map[String, String]): SessionHandle
    Definition Classes
    AbstractBackendService → BackendService
  51. val sessionManager: SessionManager
    Definition Classes
    FlinkSQLBackendService → BackendService
  52. def start(): Unit
    Definition Classes
    CompositeService → AbstractService → Service
  53. var startTime: Long
    Attributes
    protected
    Definition Classes
    AbstractService
  54. var state: ServiceState
    Attributes
    protected
    Definition Classes
    AbstractService
  55. def stop(): Unit
    Definition Classes
    CompositeService → AbstractService → Service
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  61. def warn(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  62. def warn(message: ⇒ Any): Unit
    Definition Classes
    Logging

Inherited from AbstractBackendService

Inherited from BackendService

Inherited from CompositeService

Inherited from AbstractService

Inherited from Logging

Inherited from Service

Inherited from AnyRef

Inherited from Any

Ungrouped