class OperationManager extends AbstractService
OperationManager.
- Alphabetic
- By Inheritance
- OperationManager
- AbstractService
- Service
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new OperationManager()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cancelOperation(opHandle: OperationHandle): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def closeOperation(opHandle: OperationHandle): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @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 getOperation(operationHandle: OperationHandle): Operation
- def getOperationLogByThread(): OperationLog
- def getOperationLogRowSet(opHandle: OperationHandle, orientation: FetchOrientation, maxRows: Long): RowSet
- def getOperationNextRowSet(opHandle: OperationHandle, orientation: FetchOrientation, maxRows: Long): RowSet
- def getOperationNextRowSet(opHandle: OperationHandle): RowSet
- def getOperationResultSetSchema(opHandle: OperationHandle): TableSchema
- def getOperationStatus(opHandle: OperationHandle): OperationStatus
-
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
- @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
- OperationManager → AbstractService → Service
- Annotations
- @Override()
- Exceptions thrown
IllegalStateExceptionif the current service state does not permit this action
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newExecuteStatementOperation(parentSession: HiveSession, statement: String, confOverlay: Map[String, String], runAsync: Boolean, queryTimeout: Long): ExecuteStatementOperation
- def newExecuteStatementOperation(parentSession: HiveSession, statement: String, confOverlay: Map[String, String], runAsync: Boolean): ExecuteStatementOperation
- def newGetCatalogsOperation(parentSession: HiveSession): GetCatalogsOperation
- def newGetColumnsOperation(parentSession: HiveSession, catalogName: String, schemaName: String, tableName: String, columnName: String): GetColumnsOperation
- def newGetCrossReferenceOperation(session: HiveSession, primaryCatalog: String, primarySchema: String, primaryTable: String, foreignCatalog: String, foreignSchema: String, foreignTable: String): GetCrossReferenceOperation
- def newGetFunctionsOperation(parentSession: HiveSession, catalogName: String, schemaName: String, functionName: String): GetFunctionsOperation
- def newGetPrimaryKeysOperation(parentSession: HiveSession, catalogName: String, schemaName: String, tableName: String): GetPrimaryKeysOperation
- def newGetSchemasOperation(parentSession: HiveSession, catalogName: String, schemaName: String): GetSchemasOperation
- def newGetTableTypesOperation(parentSession: HiveSession): GetTableTypesOperation
- def newGetTablesOperation(parentSession: HiveSession, catalogName: String, schemaName: String, tableName: String, tableTypes: List[String]): MetadataOperation
- def newGetTypeInfoOperation(parentSession: HiveSession): GetTypeInfoOperation
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @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 removeExpiredOperations(handles: Array[OperationHandle]): List[Operation]
-
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
- OperationManager → 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
- OperationManager → AbstractService → Service
- Annotations
- @Override()
- Exceptions thrown
IllegalStateExceptionif the current service state does not permit this action
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()