Class ThriftMetastoreStats
- java.lang.Object
-
- io.trino.plugin.hive.metastore.thrift.ThriftMetastoreStats
-
public class ThriftMetastoreStats extends Object
-
-
Constructor Summary
Constructors Constructor Description ThriftMetastoreStats()
-
Method Summary
-
-
-
Method Detail
-
getGetAllDatabases
public ThriftMetastoreApiStats getGetAllDatabases()
-
getGetDatabase
public ThriftMetastoreApiStats getGetDatabase()
-
getGetAllTables
public ThriftMetastoreApiStats getGetAllTables()
-
getGetTablesWithParameter
public ThriftMetastoreApiStats getGetTablesWithParameter()
-
getGetAllViews
public ThriftMetastoreApiStats getGetAllViews()
-
getGetTable
public ThriftMetastoreApiStats getGetTable()
-
getGetFields
public ThriftMetastoreApiStats getGetFields()
-
getGetTableColumnStatistics
public ThriftMetastoreApiStats getGetTableColumnStatistics()
-
getSetTableColumnStatistics
public ThriftMetastoreApiStats getSetTableColumnStatistics()
-
getDeleteTableColumnStatistics
public ThriftMetastoreApiStats getDeleteTableColumnStatistics()
-
getGetPartitionColumnStatistics
public ThriftMetastoreApiStats getGetPartitionColumnStatistics()
-
getSetPartitionColumnStatistics
public ThriftMetastoreApiStats getSetPartitionColumnStatistics()
-
getDeletePartitionColumnStatistics
public ThriftMetastoreApiStats getDeletePartitionColumnStatistics()
-
getGetPartitionNames
public ThriftMetastoreApiStats getGetPartitionNames()
-
getGetPartitionNamesByParts
public ThriftMetastoreApiStats getGetPartitionNamesByParts()
-
getGetPartition
public ThriftMetastoreApiStats getGetPartition()
-
getGetPartitionsByNames
public ThriftMetastoreApiStats getGetPartitionsByNames()
-
getCreateDatabase
public ThriftMetastoreApiStats getCreateDatabase()
-
getDropDatabase
public ThriftMetastoreApiStats getDropDatabase()
-
getAlterDatabase
public ThriftMetastoreApiStats getAlterDatabase()
-
getCreateTable
public ThriftMetastoreApiStats getCreateTable()
-
getDropTable
public ThriftMetastoreApiStats getDropTable()
-
getAlterTable
public ThriftMetastoreApiStats getAlterTable()
-
getAddPartitions
public ThriftMetastoreApiStats getAddPartitions()
-
getDropPartition
public ThriftMetastoreApiStats getDropPartition()
-
getAlterPartition
public ThriftMetastoreApiStats getAlterPartition()
-
getGrantTablePrivileges
public ThriftMetastoreApiStats getGrantTablePrivileges()
-
getRevokeTablePrivileges
public ThriftMetastoreApiStats getRevokeTablePrivileges()
-
getListTablePrivileges
public ThriftMetastoreApiStats getListTablePrivileges()
-
getListRoles
public ThriftMetastoreApiStats getListRoles()
-
getGrantRole
public ThriftMetastoreApiStats getGrantRole()
-
getRevokeRole
public ThriftMetastoreApiStats getRevokeRole()
-
getListGrantedPrincipals
public ThriftMetastoreApiStats getListGrantedPrincipals()
-
getListRoleGrants
public ThriftMetastoreApiStats getListRoleGrants()
-
getCreateRole
public ThriftMetastoreApiStats getCreateRole()
-
getDropRole
public ThriftMetastoreApiStats getDropRole()
-
getOpenTransaction
public ThriftMetastoreApiStats getOpenTransaction()
-
getCommitTransaction
public ThriftMetastoreApiStats getCommitTransaction()
-
getRollbackTransaction
public ThriftMetastoreApiStats getRollbackTransaction()
-
getAcquireLock
public ThriftMetastoreApiStats getAcquireLock()
-
getCheckLock
public ThriftMetastoreApiStats getCheckLock()
-
getValidWriteIds
public ThriftMetastoreApiStats getValidWriteIds()
-
getAllocateWriteId
public ThriftMetastoreApiStats getAllocateWriteId()
-
getUpdateTableWriteId
public ThriftMetastoreApiStats getUpdateTableWriteId()
-
getAlterPartitions
public ThriftMetastoreApiStats getAlterPartitions()
-
getAddDynamicPartitions
public ThriftMetastoreApiStats getAddDynamicPartitions()
-
getAlterTransactionalTable
public ThriftMetastoreApiStats getAlterTransactionalTable()
-
-