Packages

c

org.apache.hive.service.cli.thrift

ThriftHttpCLIService

class ThriftHttpCLIService extends ThriftCLIService

Linear Supertypes
ThriftCLIService, Runnable, Iface, AbstractService, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThriftHttpCLIService
  2. ThriftCLIService
  3. Runnable
  4. Iface
  5. AbstractService
  6. Service
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThriftHttpCLIService(cliService: CLIService)

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
    ThriftCLIService → Iface
    Annotations
    @Override()
  5. def CancelOperation(req: TCancelOperationReq): TCancelOperationResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  6. def CloseOperation(req: TCloseOperationReq): TCloseOperationResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  7. def CloseSession(req: TCloseSessionReq): TCloseSessionResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  8. def ExecuteStatement(req: TExecuteStatementReq): TExecuteStatementResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  9. def FetchResults(req: TFetchResultsReq): TFetchResultsResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  10. def GetCatalogs(req: TGetCatalogsReq): TGetCatalogsResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  11. def GetColumns(req: TGetColumnsReq): TGetColumnsResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  12. def GetCrossReference(req: TGetCrossReferenceReq): TGetCrossReferenceResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  13. def GetDelegationToken(req: TGetDelegationTokenReq): TGetDelegationTokenResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  14. def GetFunctions(req: TGetFunctionsReq): TGetFunctionsResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  15. def GetInfo(req: TGetInfoReq): TGetInfoResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  16. def GetOperationStatus(req: TGetOperationStatusReq): TGetOperationStatusResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  17. def GetPrimaryKeys(req: TGetPrimaryKeysReq): TGetPrimaryKeysResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  18. def GetQueryId(req: TGetQueryIdReq): TGetQueryIdResp
    Definition Classes
    ThriftCLIService → Iface
  19. def GetResultSetMetadata(req: TGetResultSetMetadataReq): TGetResultSetMetadataResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  20. def GetSchemas(req: TGetSchemasReq): TGetSchemasResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  21. def GetTableTypes(req: TGetTableTypesReq): TGetTableTypesResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  22. def GetTables(req: TGetTablesReq): TGetTablesResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  23. def GetTypeInfo(req: TGetTypeInfoReq): TGetTypeInfoResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  24. def OpenSession(req: TOpenSessionReq): TOpenSessionResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  25. def RenewDelegationToken(req: TRenewDelegationTokenReq): TRenewDelegationTokenResp
    Definition Classes
    ThriftCLIService → Iface
    Annotations
    @Override()
  26. def SetClientInfo(req: TSetClientInfoReq): TSetClientInfoResp
    Definition Classes
    ThriftCLIService → Iface
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. 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
    AbstractServiceService
    Annotations
    @Override()
  33. def getName(): String

    Get the name of this service.

    Get the name of this service.

    returns

    the service name

    Definition Classes
    AbstractServiceService
    Annotations
    @Override()
  34. def getPortNumber(): Int
    Definition Classes
    ThriftCLIService
  35. def getServerIPAddress(): InetAddress
    Definition Classes
    ThriftCLIService
  36. def getServiceState(): STATE

    Get the current service state

    Get the current service state

    returns

    the state of the service

    Definition Classes
    AbstractServiceService
    Annotations
    @Override()
  37. 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
    AbstractServiceService
    Annotations
    @Override()
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def init(hiveConf: HiveConf): Unit

    Initialize the service.

    Initialize the service.

    The transition must be from STATE#NOTINITED to STATE#INITED unless the operation failed and an exception was raised.

    Definition Classes
    ThriftCLIServiceAbstractServiceService
    Annotations
    @Override()
    Exceptions thrown

    IllegalStateException if the current service state does not permit this action

  40. def initializeServer(): Unit
    Attributes
    protected[thrift]
    Definition Classes
    ThriftHttpCLIServiceThriftCLIService
    Annotations
    @Override()
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. 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
    AbstractServiceService
    Annotations
    @Override()
  46. def run(): Unit

    Configure Jetty to serve http requests.

    Configure Jetty to serve http requests. Example of a client connection URL: http://localhost:10000/servlets/thrifths2/ A gateway may cause actual target URL to differ, e.g. http://gateway:port/hive2/servlets/thrifths2/

    Definition Classes
    ThriftHttpCLIServiceThriftCLIService → Runnable
    Annotations
    @Override()
  47. def start(): Unit

    Start the service.

    Start the service.

    The transition should be from STATE#INITED to STATE#STARTED unless the operation failed and an exception was raised.

    Definition Classes
    ThriftCLIServiceAbstractServiceService
    Annotations
    @Override()
    Exceptions thrown

    IllegalStateException if the current service state does not permit this action

  48. 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
    ThriftCLIServiceAbstractServiceService
    Annotations
    @Override()
    Exceptions thrown

    IllegalStateException if the current service state does not permit this action

  49. def stopServer(): Unit
    Attributes
    protected[thrift]
    Definition Classes
    ThriftHttpCLIServiceThriftCLIService
    Annotations
    @Override()
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. 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
    AbstractServiceService
    Annotations
    @Override()
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from ThriftCLIService

Inherited from Runnable

Inherited from Iface

Inherited from AbstractService

Inherited from Service

Inherited from AnyRef

Inherited from Any

Ungrouped