Class

com.datastax.bdp.hadoop.hive.metastore

CassandraHiveMetaStore

Related Doc: package metastore

Permalink

class CassandraHiveMetaStore extends RawStore

Linear Supertypes
RawStore, Configurable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CassandraHiveMetaStore
  2. RawStore
  3. Configurable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CassandraHiveMetaStore()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addIndex(index: Index): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  5. def addMasterKey(key: String): Int

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  6. def addNotificationEvent(event: NotificationEvent): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  7. def addPartition(partition: Partition): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  8. def addPartitions(dbName: String, tblName: String, partitionSpec: PartitionSpecProxy, ifNotExists: Boolean): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  9. def addPartitions(databaseName: String, tableName: String, parts: List[Partition]): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  10. def addRole(roleName: String, ownerName: String): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  11. def addToken(tokenIdentifier: String, delegationToken: String): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  12. def alterDatabase(oldDatabaseName: String, database: Database): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  13. def alterFunction(dbName: String, funcName: String, newFunction: Function): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  14. def alterIndex(databaseName: String, originalTableName: String, originalIndexName: String, index: Index): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  15. def alterPartition(databaseName: String, tableName: String, part_vals: List[String], partition: Partition): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  16. def alterPartition(databaseName: String, tableName: String, partition: Partition): Unit

    Permalink
  17. def alterPartitions(db_name: String, tbl_name: String, part_vals_list: List[List[String]], new_parts: List[Partition]): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  18. def alterTable(databaseName: String, oldTableName: String, table: Table): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def cleanNotificationEvents(olderThan: Int): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  21. def cleanupEvents(): Long

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def commitTransaction(): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  24. def createDatabase(database: Database): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  25. def createFunction(function: Function): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  26. def createTable(table: Table): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  27. def createType(type: Type): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  28. def deletePartitionColumnStatistics(dbName: String, tableName: String, partName: String, partVals: List[String], colName: String): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  29. def deleteTableColumnStatistics(dbName: String, tableName: String, colName: String): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  30. def doesPartitionExist(databaseName: String, tableName: String, partitions: List[String]): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  31. def dropDatabase(databaseName: String): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  32. def dropFunction(dbName: String, funcName: String): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  33. def dropIndex(databaseName: String, originalTableName: String, indexName: String): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  34. def dropPartition(databaseName: String, tableName: String, partValues: List[String]): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  35. def dropPartitions(databaseName: String, tableName: String, partNames: List[String]): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  36. def dropTable(databaseName: String, tableName: String): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  37. def dropType(type: String): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  38. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. def getAllDatabases(): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  42. def getAllTables(databaseName: String): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  43. def getAllTokenIdentifiers(): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  44. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  45. def getColumnPrivilegeSet(arg0: String, arg1: String, arg2: String, arg3: String, arg4: String, arg5: List[String]): PrincipalPrivilegeSet

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  46. def getConf(): Configuration

    Permalink
    Definition Classes
    CassandraHiveMetaStore → Configurable
  47. def getCurrentNotificationEventId(): CurrentNotificationEventId

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  48. def getDBPrivilegeSet(arg0: String, arg1: String, arg2: List[String]): PrincipalPrivilegeSet

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  49. def getDatabase(databaseName: String): Database

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  50. def getDatabases(databaseNamePattern: String): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  51. def getFunction(dbName: String, funcName: String): Function

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  52. def getFunctions(dbName: String, functionNamePattern: String): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  53. def getIndex(databaseName: String, tableName: String, indexName: String): Index

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  54. def getIndexes(databaseName: String, originalTableName: String, max: Int): List[Index]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  55. def getMasterKeys(): Array[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  56. def getMetaStoreSchemaVersion(): String

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  57. def getNextNotification(rqst: NotificationEventRequest): NotificationEventResponse

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  58. def getPartition(databaseName: String, tableName: String, partitions: List[String]): Partition

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  59. def getPartitionColumnStatistics(dbName: String, tableName: String, partName: String, partVals: List[String], colName: String): ColumnStatistics

    Permalink
  60. def getPartitionColumnStatistics(s: String, s1: String, list: List[String], list1: List[String]): List[ColumnStatistics]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  61. def getPartitionPrivilegeSet(arg0: String, arg1: String, arg2: String, arg3: String, arg4: List[String]): PrincipalPrivilegeSet

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  62. def getPartitionWithAuth(databaseName: String, tableName: String, partVals: List[String], userName: String, groupNames: List[String]): Partition

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  63. def getPartitions(databaseName: String, tableName: String, max: Int): List[Partition]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  64. def getPartitionsByExpr(dbName: String, tblName: String, expr: Array[Byte], defaultPartitionName: String, maxParts: Short, result: List[Partition]): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  65. def getPartitionsByFilter(databaseName: String, tableName: String, filter: String, maxPartitions: Short): List[Partition]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  66. def getPartitionsByNames(databaseName: String, tableName: String, names: List[String], limit: Int): List[Partition]

    Permalink
  67. def getPartitionsByNames(databaseName: String, tableName: String, names: List[String]): List[Partition]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  68. def getPartitionsWithAuth(databaseName: String, tableName: String, maxParts: Short, userName: String, groupNames: List[String]): List[Partition]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  69. def getRole(roleName: String): Role

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  70. def getSchemaManagerService(): SchemaManagerService

    Permalink
  71. def getTable(databaseName: String, tableName: String): Table

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  72. def getTableAllowNullSchema(databaseName: String, tableName: String): Table

    Permalink
  73. def getTableColumnStatistics(dbName: String, tableName: String, colName: String): ColumnStatistics

    Permalink
  74. def getTableColumnStatistics(s: String, s1: String, list: List[String]): ColumnStatistics

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  75. def getTableObjectsByName(databaseName: String, tableNames: List[String]): List[Table]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  76. def getTablePrivilegeSet(arg0: String, arg1: String, arg2: String, arg3: List[String]): PrincipalPrivilegeSet

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  77. def getTables(dbName: String): List[Table]

    Permalink
  78. def getTables(dbName: String, tableNamePattern: String): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  79. def getToken(tokenIdentifier: String): String

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  80. def getType(type: String): Type

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  81. def getUserPrivilegeSet(arg0: String, arg1: List[String]): PrincipalPrivilegeSet

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  82. def get_aggr_stats_for(dbName: String, tblName: String, partNames: List[String], colNames: List[String]): AggrStats

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  83. def grantPrivileges(arg0: PrivilegeBag): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  84. def grantRole(arg0: Role, arg1: String, arg2: PrincipalType, arg3: String, arg4: PrincipalType, arg5: Boolean): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  85. def hasDatabase(databaseName: String): Boolean

    Permalink
  86. def hasMapping(databaseName: String, tableName: String): Boolean

    Permalink
  87. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  88. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  89. def isPartitionMarkedForEvent(arg0: String, arg1: String, arg2: Map[String, String], arg3: PartitionEventType): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  90. def listAllTableGrants(arg0: String, arg1: PrincipalType, arg2: String, arg3: String): List[MTablePrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  91. def listDBGrantsAll(s: String): List[HiveObjectPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  92. def listGlobalGrantsAll(): List[HiveObjectPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  93. def listIndexNames(databaseName: String, originalTableName: String, max: Short): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  94. def listPartitionColumnGrantsAll(s: String, s1: String, s2: String, s3: String): List[HiveObjectPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  95. def listPartitionGrantsAll(s: String, s1: String, s2: String): List[HiveObjectPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  96. def listPartitionNames(databaseName: String, tableName: String, max: Short): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  97. def listPartitionNamesByFilter(databaseName: String, tableName: String, filter: String, limit: Short): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  98. def listPartitionNamesPs(databaseName: String, tableName: String, maxParts: List[String], limit: Short): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  99. def listPartitionsPsWithAuth(databaseName: String, tableName: String, part_vals: List[String], limit: Short, userName: String, groupNames: List[String]): List[Partition]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  100. def listPrincipalDBGrants(arg0: String, arg1: PrincipalType, arg2: String): List[MDBPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  101. def listPrincipalDBGrantsAll(s: String, principalType: PrincipalType): List[HiveObjectPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  102. def listPrincipalGlobalGrants(arg0: String, arg1: PrincipalType): List[MGlobalPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  103. def listPrincipalPartitionColumnGrants(arg0: String, arg1: PrincipalType, arg2: String, arg3: String, arg4: String, arg5: String): List[MPartitionColumnPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  104. def listPrincipalPartitionColumnGrantsAll(s: String, principalType: PrincipalType): List[HiveObjectPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  105. def listPrincipalPartitionGrants(arg0: String, arg1: PrincipalType, arg2: String, arg3: String, arg4: String): List[MPartitionPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  106. def listPrincipalPartitionGrantsAll(s: String, principalType: PrincipalType): List[HiveObjectPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  107. def listPrincipalTableColumnGrants(arg0: String, arg1: PrincipalType, arg2: String, arg3: String, arg4: String): List[MTableColumnPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  108. def listPrincipalTableColumnGrantsAll(s: String, principalType: PrincipalType): List[HiveObjectPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  109. def listPrincipalTableGrantsAll(s: String, principalType: PrincipalType): List[HiveObjectPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  110. def listRoleMembers(s: String): List[MRoleMap]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  111. def listRoleNames(): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  112. def listRoles(arg0: String, arg1: PrincipalType): List[MRoleMap]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  113. def listTableColumnGrantsAll(s: String, s1: String, s2: String): List[HiveObjectPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  114. def listTableGrantsAll(s: String, s1: String): List[HiveObjectPrivilege]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  115. def listTableNamesByFilter(databaseName: String, filter: String, limit: Short): List[String]

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  116. def markPartitionForEvent(arg0: String, arg1: String, arg2: Map[String, String], arg3: PartitionEventType): Table

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  117. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  118. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  119. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  120. def openTransaction(): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  121. def removeMasterKey(keySeq: Integer): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  122. def removeRole(arg0: String): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  123. def removeToken(tokenIdentifier: String): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  124. def revokePrivileges(arg0: PrivilegeBag): Boolean

    Permalink
  125. def revokePrivileges(privileges: PrivilegeBag, grantOption: Boolean): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  126. def revokeRole(arg0: Role, arg1: String, arg2: PrincipalType): Boolean

    Permalink
  127. def revokeRole(role: Role, userName: String, principalType: PrincipalType, grantOption: Boolean): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  128. def rollbackTransaction(): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  129. def setConf(conf: Configuration): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → Configurable
  130. def setMetaStoreSchemaVersion(version: String, comment: String): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  131. def shutdown(): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  132. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  133. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  134. def updateMasterKey(seqNo: Integer, key: String): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  135. def updatePartitionColumnStatistics(statsObj: ColumnStatistics, partVals: List[String]): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  136. def updateTableColumnStatistics(colStats: ColumnStatistics): Boolean

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  137. def verifySchema(): Unit

    Permalink
    Definition Classes
    CassandraHiveMetaStore → RawStore
  138. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RawStore

Inherited from Configurable

Inherited from AnyRef

Inherited from Any

Ungrouped