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() @HotSpotIntrinsicCandidate()
  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): TRowSet
    Definition Classes
    AbstractBackendService → BackendService
  19. def getCatalogs(sessionHandle: SessionHandle): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getColumns(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String, columnName: String): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  22. def getConf: KyuubiConf
    Definition Classes
    AbstractService → Service
  23. def getCrossReference(sessionHandle: SessionHandle, primaryCatalog: String, primarySchema: String, primaryTable: String, foreignCatalog: String, foreignSchema: String, foreignTable: String): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  24. def getFunctions(sessionHandle: SessionHandle, catalogName: String, schemaName: String, functionName: String): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  25. def getInfo(sessionHandle: SessionHandle, infoType: TGetInfoType): TGetInfoValue
    Definition Classes
    AbstractBackendService → BackendService
  26. def getName: String
    Definition Classes
    AbstractService → Service
  27. def getOperationStatus(operationHandle: OperationHandle, maxWait: Option[Long]): OperationStatus
    Definition Classes
    AbstractBackendService → BackendService
  28. def getPrimaryKeys(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  29. def getQueryId(operationHandle: OperationHandle): String
    Definition Classes
    AbstractBackendService → BackendService
  30. def getResultSetMetadata(operationHandle: OperationHandle): TGetResultSetMetadataResp
    Definition Classes
    AbstractBackendService → BackendService
  31. def getSchemas(sessionHandle: SessionHandle, catalogName: String, schemaName: String): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  32. def getServiceState: ServiceState
    Definition Classes
    AbstractService → Service
  33. def getServices: Seq[Service]
    Definition Classes
    CompositeService
  34. def getStartTime: Long
    Definition Classes
    AbstractService → Service
  35. def getTableTypes(sessionHandle: SessionHandle): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  36. def getTables(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String, tableTypes: List[String]): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  37. def getTypeInfo(sessionHandle: SessionHandle): OperationHandle
    Definition Classes
    AbstractBackendService → BackendService
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def info(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  40. def info(message: ⇒ Any): Unit
    Definition Classes
    Logging
  41. def initialize(conf: KyuubiConf): Unit
    Definition Classes
    AbstractBackendService → CompositeService → AbstractService → Service
  42. def initializeLoggerIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  45. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. def openSession(protocol: TProtocolVersion, user: String, password: String, ipAddr: String, configs: Map[String, String]): SessionHandle
    Definition Classes
    AbstractBackendService → BackendService
  50. val sessionManager: SessionManager
    Definition Classes
    FlinkSQLBackendService → BackendService
  51. def start(): Unit
    Definition Classes
    CompositeService → AbstractService → Service
  52. var startTime: Long
    Attributes
    protected
    Definition Classes
    AbstractService
  53. var state: ServiceState
    Attributes
    protected
    Definition Classes
    AbstractService
  54. def stop(): Unit
    Definition Classes
    CompositeService → AbstractService → Service
  55. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def warn(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  61. def warn(message: ⇒ Any): Unit
    Definition Classes
    Logging

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

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