Packages

c

org.apache.kyuubi.engine.flink

FlinkTBinaryFrontendService

class FlinkTBinaryFrontendService extends TBinaryFrontendService

Linear Supertypes
TBinaryFrontendService, TFrontendService, Runnable, Iface, AbstractFrontendService, FrontendService, CompositeService, AbstractService, Logging, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlinkTBinaryFrontendService
  2. TBinaryFrontendService
  3. TFrontendService
  4. Runnable
  5. Iface
  6. AbstractFrontendService
  7. FrontendService
  8. CompositeService
  9. AbstractService
  10. Logging
  11. Service
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FlinkTBinaryFrontendService(serverable: Serverable)

Type Members

  1. class FeTServerEventHandler extends TServerEventHandler
    Definition Classes
    TFrontendService

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 CancelDelegationToken(req: TCancelDelegationTokenReq): TCancelDelegationTokenResp
    Definition Classes
    TFrontendService → Iface
  5. def CancelOperation(req: TCancelOperationReq): TCancelOperationResp
    Definition Classes
    TFrontendService → Iface
  6. def CloseOperation(req: TCloseOperationReq): TCloseOperationResp
    Definition Classes
    TFrontendService → Iface
  7. def CloseSession(req: TCloseSessionReq): TCloseSessionResp
    Definition Classes
    TFrontendService → Iface
  8. def DownloadData(req: TDownloadDataReq): TDownloadDataResp
    Definition Classes
    TFrontendService → Iface
  9. def ExecuteStatement(req: TExecuteStatementReq): TExecuteStatementResp
    Definition Classes
    TFrontendService → Iface
  10. def FetchResults(req: TFetchResultsReq): TFetchResultsResp
    Definition Classes
    TFrontendService → Iface
  11. def GetCatalogs(req: TGetCatalogsReq): TGetCatalogsResp
    Definition Classes
    TFrontendService → Iface
  12. def GetColumns(req: TGetColumnsReq): TGetColumnsResp
    Definition Classes
    TFrontendService → Iface
  13. def GetCrossReference(req: TGetCrossReferenceReq): TGetCrossReferenceResp
    Definition Classes
    TFrontendService → Iface
  14. def GetDelegationToken(req: TGetDelegationTokenReq): TGetDelegationTokenResp
    Definition Classes
    TFrontendService → Iface
  15. def GetFunctions(req: TGetFunctionsReq): TGetFunctionsResp
    Definition Classes
    TFrontendService → Iface
  16. def GetInfo(req: TGetInfoReq): TGetInfoResp
    Definition Classes
    TFrontendService → Iface
  17. def GetOperationStatus(req: TGetOperationStatusReq): TGetOperationStatusResp
    Definition Classes
    TFrontendService → Iface
  18. def GetPrimaryKeys(req: TGetPrimaryKeysReq): TGetPrimaryKeysResp
    Definition Classes
    TFrontendService → Iface
  19. def GetQueryId(req: TGetQueryIdReq): TGetQueryIdResp
    Definition Classes
    TFrontendService → Iface
  20. def GetResultSetMetadata(req: TGetResultSetMetadataReq): TGetResultSetMetadataResp
    Definition Classes
    TFrontendService → Iface
  21. def GetSchemas(req: TGetSchemasReq): TGetSchemasResp
    Definition Classes
    TFrontendService → Iface
  22. def GetTableTypes(req: TGetTableTypesReq): TGetTableTypesResp
    Definition Classes
    TFrontendService → Iface
  23. def GetTables(req: TGetTablesReq): TGetTablesResp
    Definition Classes
    TFrontendService → Iface
  24. def GetTypeInfo(req: TGetTypeInfoReq): TGetTypeInfoResp
    Definition Classes
    TFrontendService → Iface
  25. def OpenSession(req: TOpenSessionReq): TOpenSessionResp
    Definition Classes
    TFrontendService → Iface
  26. def RenewDelegationToken(req: TRenewDelegationTokenReq): TRenewDelegationTokenResp
    Definition Classes
    FlinkTBinaryFrontendService → TFrontendService → Iface
  27. def SetClientInfo(req: TSetClientInfoReq): TSetClientInfoResp
    Definition Classes
    TFrontendService → Iface
  28. def UploadData(req: TUploadDataReq): TUploadDataResp
    Definition Classes
    TFrontendService → Iface
  29. lazy val actualPort: Int
    Attributes
    protected
    Definition Classes
    TBinaryFrontendService → TFrontendService
  30. def addService(service: Service): Unit
    Attributes
    protected
    Definition Classes
    CompositeService
  31. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  32. def attributes: Map[String, String]
    Definition Classes
    AbstractFrontendService → FrontendService
  33. lazy val authFactory: KyuubiAuthenticationFactory
    Attributes
    protected
    Definition Classes
    TFrontendService
  34. final def be: BackendService
    Definition Classes
    FrontendService
  35. def checkInitialized(): Unit
    Attributes
    protected
    Definition Classes
    AbstractFrontendService
  36. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. var conf: KyuubiConf
    Attributes
    protected
    Definition Classes
    AbstractService
  38. def connectionUrl: String
    Definition Classes
    TFrontendService → FrontendService
  39. def debug(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  40. def debug(message: ⇒ Any): Unit
    Definition Classes
    Logging
  41. lazy val discoveryService: Option[Service]
    Definition Classes
    FlinkTBinaryFrontendService → FrontendService
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  44. def error(message: ⇒ Any): Unit
    Definition Classes
    Logging
  45. def error(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  46. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. def getConf: KyuubiConf
    Definition Classes
    AbstractService → Service
  49. def getIpAddress: String
    Attributes
    protected
    Definition Classes
    TFrontendService
  50. def getName: String
    Definition Classes
    AbstractService → Service
  51. def getProxyUser(sessionConf: Map[String, String], ipAddress: String, realUser: String): String
    Attributes
    protected
    Definition Classes
    TFrontendService
  52. def getRealUserAndSessionUser(req: TOpenSessionReq): (String, String)
    Attributes
    protected
    Definition Classes
    TFrontendService
  53. def getServiceState: ServiceState
    Definition Classes
    AbstractService → Service
  54. def getServices: Seq[Service]
    Definition Classes
    CompositeService
  55. def getSessionHandle(req: TOpenSessionReq, res: TOpenSessionResp): SessionHandle
    Attributes
    protected
    Definition Classes
    TFrontendService
    Annotations
    @throws( ... )
  56. def getStartTime: Long
    Definition Classes
    AbstractService → Service
  57. def hadoopConf: Configuration
    Attributes
    protected
    Definition Classes
    TFrontendService
  58. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  59. def info(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  60. def info(message: ⇒ Any): Unit
    Definition Classes
    Logging
  61. def initialize(conf: KyuubiConf): Unit
    Definition Classes
    TBinaryFrontendService → AbstractFrontendService → CompositeService → AbstractService → Service
  62. def initializeLoggerIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  63. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  64. def isServer(): Boolean
    Attributes
    protected
    Definition Classes
    TFrontendService
  65. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  66. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  67. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  68. def notSupportTokenErrorStatus: TStatus
    Attributes
    protected
    Definition Classes
    TFrontendService
  69. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  70. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  71. final lazy val portNum: Int
    Attributes
    protected
    Definition Classes
    TBinaryFrontendService → TFrontendService
  72. def run(): Unit
    Definition Classes
    TBinaryFrontendService → Runnable
  73. var server: Option[TServer]
    Attributes
    protected
    Definition Classes
    TBinaryFrontendService
  74. lazy val serverAddr: InetAddress
    Attributes
    protected
    Definition Classes
    TFrontendService
  75. final lazy val serverHost: Option[String]
    Attributes
    protected
    Definition Classes
    TBinaryFrontendService → TFrontendService
  76. lazy val serverSocket: ServerSocket
    Attributes
    protected
    Definition Classes
    TFrontendService
  77. val serverable: Serverable
    Definition Classes
    FlinkTBinaryFrontendService → FrontendService
  78. def start(): Unit
    Definition Classes
    TFrontendService → CompositeService → AbstractService → Service
  79. var startTime: Long
    Attributes
    protected
    Definition Classes
    AbstractService
  80. var state: ServiceState
    Attributes
    protected
    Definition Classes
    AbstractService
  81. def stop(): Unit
    Definition Classes
    TFrontendService → CompositeService → AbstractService → Service
  82. def stopServer(): Unit
    Attributes
    protected
    Definition Classes
    TBinaryFrontendService → TFrontendService
  83. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  84. def toString(): String
    Definition Classes
    AnyRef → Any
  85. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  88. def warn(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  89. def warn(message: ⇒ Any): Unit
    Definition Classes
    Logging

Inherited from TBinaryFrontendService

Inherited from TFrontendService

Inherited from Runnable

Inherited from Iface

Inherited from AbstractFrontendService

Inherited from FrontendService

Inherited from CompositeService

Inherited from AbstractService

Inherited from Logging

Inherited from Service

Inherited from AnyRef

Inherited from Any

Ungrouped