class ThriftBinaryCLIService extends ThriftCLIService
- Alphabetic
- By Inheritance
- ThriftBinaryCLIService
- ThriftCLIService
- Runnable
- Iface
- AbstractService
- Service
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ThriftBinaryCLIService(cliService: CLIService)
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 CancelDelegationToken(req: TCancelDelegationTokenReq): TCancelDelegationTokenResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def CancelOperation(req: TCancelOperationReq): TCancelOperationResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def CloseOperation(req: TCloseOperationReq): TCloseOperationResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def CloseSession(req: TCloseSessionReq): TCloseSessionResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def DownloadData(req: TDownloadDataReq): TDownloadDataResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def ExecuteStatement(req: TExecuteStatementReq): TExecuteStatementResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def FetchResults(req: TFetchResultsReq): TFetchResultsResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetCatalogs(req: TGetCatalogsReq): TGetCatalogsResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetColumns(req: TGetColumnsReq): TGetColumnsResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetCrossReference(req: TGetCrossReferenceReq): TGetCrossReferenceResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetDelegationToken(req: TGetDelegationTokenReq): TGetDelegationTokenResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetFunctions(req: TGetFunctionsReq): TGetFunctionsResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetInfo(req: TGetInfoReq): TGetInfoResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetOperationStatus(req: TGetOperationStatusReq): TGetOperationStatusResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetPrimaryKeys(req: TGetPrimaryKeysReq): TGetPrimaryKeysResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetQueryId(req: TGetQueryIdReq): TGetQueryIdResp
- Definition Classes
- ThriftBinaryCLIService → ThriftCLIService → Iface
- Annotations
- @Override()
- def GetResultSetMetadata(req: TGetResultSetMetadataReq): TGetResultSetMetadataResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetSchemas(req: TGetSchemasReq): TGetSchemasResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetTableTypes(req: TGetTableTypesReq): TGetTableTypesResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetTables(req: TGetTablesReq): TGetTablesResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def GetTypeInfo(req: TGetTypeInfoReq): TGetTypeInfoResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def OpenSession(req: TOpenSessionReq): TOpenSessionResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def RenewDelegationToken(req: TRenewDelegationTokenReq): TRenewDelegationTokenResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def SetClientInfo(req: TSetClientInfoReq): TSetClientInfoResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- def UploadData(req: TUploadDataReq): TUploadDataResp
- Definition Classes
- ThriftCLIService → Iface
- Annotations
- @Override()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getHiveConf(): HiveConf
Get the configuration of this service.
Get the configuration of this service. This is normally not a clone and may be manipulated, though there are no guarantees as to what the consequences of such actions may be
- returns
the current configuration, unless a specific implementation chooses otherwise.
- Definition Classes
- AbstractService → Service
- Annotations
- @Override()
- def getName(): String
Get the name of this service.
Get the name of this service.
- returns
the service name
- Definition Classes
- AbstractService → Service
- Annotations
- @Override()
- def getPortNumber(): Int
- Definition Classes
- ThriftCLIService
- def getServerIPAddress(): InetAddress
- Definition Classes
- ThriftCLIService
- def getServiceState(): STATE
Get the current service state
Get the current service state
- returns
the state of the service
- Definition Classes
- AbstractService → Service
- Annotations
- @Override()
- def getStartTime(): Long
Get the service start time
Get the service start time
- returns
the start time of the service. This will be zero if the service has not yet been started.
- Definition Classes
- AbstractService → Service
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def init(hiveConf: HiveConf): Unit
Initialize the service.
Initialize the service.
The transition must be from
STATE#NOTINITEDtoSTATE#INITEDunless the operation failed and an exception was raised.- Definition Classes
- ThriftCLIService → AbstractService → Service
- Annotations
- @Override()
- Exceptions thrown
IllegalStateExceptionif the current service state does not permit this action
- def initializeServer(): Unit
- Attributes
- protected[thrift]
- Definition Classes
- ThriftBinaryCLIService → ThriftCLIService
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def register(l: ServiceStateChangeListener): Unit
Register an instance of the service state change events.
Register an instance of the service state change events.
- Definition Classes
- AbstractService → Service
- Annotations
- @Override()
- def run(): Unit
- Definition Classes
- ThriftBinaryCLIService → ThriftCLIService → Runnable
- Annotations
- @Override()
- def start(): Unit
Start the service.
Start the service.
The transition should be from
STATE#INITEDtoSTATE#STARTEDunless the operation failed and an exception was raised.- Definition Classes
- ThriftCLIService → AbstractService → Service
- Annotations
- @Override()
- Exceptions thrown
IllegalStateExceptionif the current service state does not permit this action
- def stop(): Unit
Stop the service.
Stop the service.
This operation must be designed to complete regardless of the initial state of the service, including the state of all its internal fields.
- Definition Classes
- ThriftCLIService → AbstractService → Service
- Annotations
- @Override()
- Exceptions thrown
IllegalStateExceptionif the current service state does not permit this action
- def stopServer(): Unit
- Attributes
- protected[thrift]
- Definition Classes
- ThriftBinaryCLIService → ThriftCLIService
- Annotations
- @Override()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unregister(l: ServiceStateChangeListener): Unit
Unregister a previously instance of the service state change events.
Unregister a previously instance of the service state change events.
- Definition Classes
- AbstractService → Service
- Annotations
- @Override()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)