c

org.apache.hive.service.cli.operation

GetPrimaryKeysOperation

class GetPrimaryKeysOperation extends MetadataOperation

GetPrimaryKeysOperation.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetPrimaryKeysOperation
  2. MetadataOperation
  3. Operation
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GetPrimaryKeysOperation(parentSession: HiveSession, catalogName: String, schemaName: String, tableName: String)

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 afterRun(): Unit

    Invoked after runInternal(), even if an exception is thrown in runInternal().

    Invoked after runInternal(), even if an exception is thrown in runInternal(). Clean up resources, which was set up in beforeRun().

    Attributes
    protected[operation]
    Definition Classes
    Operation
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def assertState(state: OperationState): Unit
    Attributes
    protected[operation]
    Definition Classes
    Operation
  7. def authorizeMetaGets(opType: HiveOperationType, inpObjs: List[HivePrivilegeObject], cmdString: String): Unit
    Attributes
    protected[operation]
    Definition Classes
    MetadataOperation
  8. def authorizeMetaGets(opType: HiveOperationType, inpObjs: List[HivePrivilegeObject]): Unit
    Attributes
    protected[operation]
    Definition Classes
    MetadataOperation
  9. def beforeRun(): Unit

    Invoked before runInternal().

    Invoked before runInternal(). Set up some preconditions, or configurations.

    Attributes
    protected[operation]
    Definition Classes
    Operation
  10. def cancel(): Unit
    Definition Classes
    Operation
  11. def cleanupOperationLog(): Unit
    Attributes
    protected[operation]
    Definition Classes
    Operation
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def close(): Unit
    Definition Classes
    MetadataOperationOperation
    Annotations
    @Override()
  14. def convertIdentifierPattern(pattern: String, datanucleusFormat: Boolean): String

    Convert wildchars and escape sequence from JDBC format to datanucleous/regex

    Convert wildchars and escape sequence from JDBC format to datanucleous/regex

    Attributes
    protected[operation]
    Definition Classes
    MetadataOperation
  15. def convertSchemaPattern(pattern: String): String

    Convert wildchars and escape sequence of schema pattern from JDBC format to datanucleous/regex The schema pattern treats empty string also as wildchar

    Convert wildchars and escape sequence of schema pattern from JDBC format to datanucleous/regex The schema pattern treats empty string also as wildchar

    Attributes
    protected[operation]
    Definition Classes
    MetadataOperation
  16. def createOperationLog(): Unit
    Attributes
    protected[operation]
    Definition Classes
    Operation
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def getBackgroundHandle(): Future[_]
    Definition Classes
    Operation
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getConfOverlay(): Map[String, String]
    Attributes
    protected[operation]
    Definition Classes
    Operation
  23. def getConfiguration(): HiveConf
    Definition Classes
    Operation
  24. def getHandle(): OperationHandle
    Definition Classes
    Operation
  25. def getLastAccessTime(): Long
    Definition Classes
    Operation
  26. def getNextRowSet(orientation: FetchOrientation, maxRows: Long): RowSet
    Definition Classes
    GetPrimaryKeysOperationOperation
    Annotations
    @Override()
  27. def getNextRowSet(): RowSet
    Definition Classes
    Operation
  28. def getOperationLog(): OperationLog
    Definition Classes
    Operation
  29. def getOperationTimeout(): Long
    Definition Classes
    Operation
  30. def getParentSession(): HiveSession
    Definition Classes
    Operation
  31. def getProtocolVersion(): TProtocolVersion
    Definition Classes
    Operation
  32. def getResultSetSchema(): TableSchema
    Definition Classes
    GetPrimaryKeysOperationOperation
    Annotations
    @Override()
  33. def getStatus(): OperationStatus
    Definition Classes
    Operation
  34. def getType(): OperationType
    Definition Classes
    Operation
  35. def hasResultSet(): Boolean
    Definition Classes
    Operation
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def isAuthV2Enabled(): Boolean
    Attributes
    protected[operation]
    Definition Classes
    MetadataOperation
  38. def isCanceled(): Boolean
    Definition Classes
    Operation
  39. def isFailed(): Boolean
    Definition Classes
    Operation
  40. def isFinished(): Boolean
    Definition Classes
    Operation
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def isRunning(): Boolean
    Definition Classes
    Operation
  43. def isTimedOut(current: Long): Boolean
    Definition Classes
    Operation
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. def run(): Unit
    Definition Classes
    Operation
  48. def runInternal(): Unit

    Implemented by subclass of Operation class to execute specific behaviors.

    Implemented by subclass of Operation class to execute specific behaviors.

    Definition Classes
    GetPrimaryKeysOperationOperation
    Annotations
    @Override()
    Exceptions thrown
  49. def setBackgroundHandle(backgroundHandle: Future[_]): Unit
    Attributes
    protected[operation]
    Definition Classes
    Operation
  50. def setConfiguration(configuration: HiveConf): Unit
    Definition Classes
    Operation
  51. def setHasResultSet(hasResultSet: Boolean): Unit
    Attributes
    protected[operation]
    Definition Classes
    Operation
  52. def setOperationException(operationException: HiveSQLException): Unit
    Attributes
    protected[operation]
    Definition Classes
    Operation
  53. def setOperationTimeout(operationTimeout: Long): Unit
    Definition Classes
    Operation
  54. final def setState(newState: OperationState): OperationState
    Attributes
    protected[operation]
    Definition Classes
    Operation
  55. def shouldRunAsync(): Boolean
    Definition Classes
    Operation
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toSQLException(prefix: String, response: CommandProcessorResponse): HiveSQLException
    Attributes
    protected[operation]
    Definition Classes
    Operation
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. def unregisterOperationLog(): Unit
    Attributes
    protected[operation]
    Definition Classes
    Operation
  60. def validateDefaultFetchOrientation(orientation: FetchOrientation): Unit

    Verify if the given fetch orientation is part of the default orientation types.

    Verify if the given fetch orientation is part of the default orientation types.

    Attributes
    protected[operation]
    Definition Classes
    Operation
    Exceptions thrown
  61. def validateFetchOrientation(orientation: FetchOrientation, supportedOrientations: EnumSet[FetchOrientation]): Unit

    Verify if the given fetch orientation is part of the supported orientation types.

    Verify if the given fetch orientation is part of the supported orientation types.

    Attributes
    protected[operation]
    Definition Classes
    Operation
    Exceptions thrown
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from MetadataOperation

Inherited from Operation

Inherited from AnyRef

Inherited from Any

Ungrouped