Class GlueMetastoreStats

java.lang.Object
io.trino.plugin.hive.metastore.glue.GlueMetastoreStats

public class GlueMetastoreStats extends Object
  • Constructor Details

    • GlueMetastoreStats

      public GlueMetastoreStats()
  • Method Details

    • getGetDatabases

      public AwsApiCallStats getGetDatabases()
    • getGetDatabase

      public AwsApiCallStats getGetDatabase()
    • getGetTables

      public AwsApiCallStats getGetTables()
    • getGetTable

      public AwsApiCallStats getGetTable()
    • getCreateDatabase

      public AwsApiCallStats getCreateDatabase()
    • getDeleteDatabase

      public AwsApiCallStats getDeleteDatabase()
    • getUpdateDatabase

      public AwsApiCallStats getUpdateDatabase()
    • getCreateTable

      public AwsApiCallStats getCreateTable()
    • getDeleteTable

      public AwsApiCallStats getDeleteTable()
    • getUpdateTable

      public AwsApiCallStats getUpdateTable()
    • getGetPartitionNames

      public AwsApiCallStats getGetPartitionNames()
    • getGetPartitions

      public AwsApiCallStats getGetPartitions()
    • getGetPartition

      public AwsApiCallStats getGetPartition()
    • getCreatePartitions

      public AwsApiCallStats getCreatePartitions()
    • getDeletePartition

      public AwsApiCallStats getDeletePartition()
    • getUpdatePartition

      public AwsApiCallStats getUpdatePartition()
    • getBatchUpdatePartition

      public AwsApiCallStats getBatchUpdatePartition()
    • getBatchCreatePartition

      public AwsApiCallStats getBatchCreatePartition()
    • getGetColumnStatisticsForTable

      public AwsApiCallStats getGetColumnStatisticsForTable()
    • getGetColumnStatisticsForPartition

      public AwsApiCallStats getGetColumnStatisticsForPartition()
    • getUpdateColumnStatisticsForTable

      public AwsApiCallStats getUpdateColumnStatisticsForTable()
    • getDeleteColumnStatisticsForTable

      public AwsApiCallStats getDeleteColumnStatisticsForTable()
    • getUpdateColumnStatisticsForPartition

      public AwsApiCallStats getUpdateColumnStatisticsForPartition()
    • getDeleteColumnStatisticsForPartition

      public AwsApiCallStats getDeleteColumnStatisticsForPartition()
    • getGetUserDefinedFunction

      public AwsApiCallStats getGetUserDefinedFunction()
    • getGetUserDefinedFunctions

      public AwsApiCallStats getGetUserDefinedFunctions()
    • getCreateUserDefinedFunction

      public AwsApiCallStats getCreateUserDefinedFunction()
    • getUpdateUserDefinedFunction

      public AwsApiCallStats getUpdateUserDefinedFunction()
    • getDeleteUserDefinedFunction

      public AwsApiCallStats getDeleteUserDefinedFunction()
    • getClientCoreStats

      public AwsSdkClientCoreStats getClientCoreStats()
    • newRequestMetricsCollector

      public com.amazonaws.metrics.RequestMetricCollector newRequestMetricsCollector()