shark.server

SharkCLIService

class SharkCLIService extends CLIService

Linear Supertypes
CLIService, ICLIService, CompositeService, AbstractService, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SharkCLIService
  2. CLIService
  3. ICLIService
  4. CompositeService
  5. AbstractService
  6. Service
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SharkCLIService()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addService(arg0: Service): Unit

    Attributes
    protected[org.apache.hive.service]
    Definition Classes
    CompositeService
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def cancelOperation(arg0: OperationHandle): Unit

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def closeOperation(arg0: OperationHandle): Unit

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  11. def closeSession(arg0: SessionHandle): Unit

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def executeStatement(arg0: SessionHandle, arg1: String, arg2: Map[String, String]): OperationHandle

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  15. def fetchResults(arg0: OperationHandle): RowSet

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  16. def fetchResults(arg0: OperationHandle, arg1: FetchOrientation, arg2: Long): RowSet

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getCatalogs(arg0: SessionHandle): OperationHandle

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getColumns(arg0: SessionHandle, arg1: String, arg2: String, arg3: String, arg4: String): OperationHandle

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  21. def getDelegationTokenFromMetaStore(arg0: String): String

    Definition Classes
    CLIService
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... ) @throws( ... ) @throws( ... )
  22. def getFunctions(arg0: SessionHandle, arg1: String, arg2: String, arg3: String): OperationHandle

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  23. def getHiveConf(): HiveConf

    Definition Classes
    AbstractService → Service
  24. def getInfo(arg0: SessionHandle, arg1: GetInfoType): GetInfoValue

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  25. def getName(): String

    Definition Classes
    AbstractService → Service
  26. def getOperationStatus(arg0: OperationHandle): OperationState

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  27. def getResultSetMetadata(arg0: OperationHandle): TableSchema

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  28. def getSchemas(arg0: SessionHandle, arg1: String, arg2: String): OperationHandle

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  29. def getServiceState(): STATE

    Definition Classes
    AbstractService → Service
  30. def getServices(): Collection[Service]

    Definition Classes
    CompositeService
  31. def getStartTime(): Long

    Definition Classes
    AbstractService → Service
  32. def getTableTypes(arg0: SessionHandle): OperationHandle

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  33. def getTables(arg0: SessionHandle, arg1: String, arg2: String, arg3: String, arg4: List[String]): OperationHandle

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  34. def getTypeInfo(arg0: SessionHandle): OperationHandle

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  35. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  36. def init(hiveConf: HiveConf): Unit

    Definition Classes
    SharkCLIService → CLIService → CompositeService → AbstractService → Service
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. def openSession(arg0: String, arg1: String, arg2: Map[String, String]): SessionHandle

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  42. def openSessionWithImpersonation(arg0: String, arg1: String, arg2: Map[String, String], arg3: String): SessionHandle

    Definition Classes
    CLIService → ICLIService
    Annotations
    @throws( ... )
  43. def register(arg0: ServiceStateChangeListener): Unit

    Definition Classes
    AbstractService → Service
  44. def removeService(arg0: Service): Boolean

    Attributes
    protected[org.apache.hive.service]
    Definition Classes
    CompositeService
  45. def sharkInit(arg0: HiveConf): Unit

    Definition Classes
    CLIService
  46. def start(): Unit

    Definition Classes
    CLIService → CompositeService → AbstractService → Service
  47. def stop(): Unit

    Definition Classes
    CLIService → CompositeService → AbstractService → Service
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. def unregister(arg0: ServiceStateChangeListener): Unit

    Definition Classes
    AbstractService → Service
  51. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CLIService

Inherited from ICLIService

Inherited from CompositeService

Inherited from AbstractService

Inherited from Service

Inherited from AnyRef

Inherited from Any

Ungrouped