Class JdbcClientStats

java.lang.Object
io.trino.plugin.jdbc.jmx.JdbcClientStats

public final class JdbcClientStats extends Object
  • Constructor Details

    • JdbcClientStats

      public JdbcClientStats()
  • Method Details

    • getAbortReadConnection

      public JdbcApiStats getAbortReadConnection()
    • getAddColumn

      public JdbcApiStats getAddColumn()
    • getBeginCreateTable

      public JdbcApiStats getBeginCreateTable()
    • getBeginInsertTable

      public JdbcApiStats getBeginInsertTable()
    • getBuildInsertSql

      public JdbcApiStats getBuildInsertSql()
    • getPrepareQuery

      public JdbcApiStats getPrepareQuery()
    • getBuildSql

      public JdbcApiStats getBuildSql()
    • getBuildProcedure

      public JdbcApiStats getBuildProcedure()
    • getImplementJoin

      public JdbcApiStats getImplementJoin()
    • getCommitCreateTable

      public JdbcApiStats getCommitCreateTable()
    • getCreateSchema

      public JdbcApiStats getCreateSchema()
    • getCreateTable

      public JdbcApiStats getCreateTable()
    • getGetTableComment

      public JdbcApiStats getGetTableComment()
    • getSetTableComment

      public JdbcApiStats getSetTableComment()
    • getSetColumnComment

      public JdbcApiStats getSetColumnComment()
    • getDropColumn

      public JdbcApiStats getDropColumn()
    • getDropSchema

      public JdbcApiStats getDropSchema()
    • getRenameSchema

      public JdbcApiStats getRenameSchema()
    • getDropTable

      public JdbcApiStats getDropTable()
    • getFinishInsertTable

      public JdbcApiStats getFinishInsertTable()
    • getGetColumns

      public JdbcApiStats getGetColumns()
    • getGetConnectionWithHandle

      public JdbcApiStats getGetConnectionWithHandle()
    • getGetConnectionWithSplit

      public JdbcApiStats getGetConnectionWithSplit()
    • getGetConnectionWithProcedure

      public JdbcApiStats getGetConnectionWithProcedure()
    • getGetPreparedStatement

      public JdbcApiStats getGetPreparedStatement()
    • getGetSchemaNames

      public JdbcApiStats getGetSchemaNames()
    • getGetSplits

      public JdbcApiStats getGetSplits()
    • getGetSplitsForProcedure

      public JdbcApiStats getGetSplitsForProcedure()
    • getGetTableHandle

      public JdbcApiStats getGetTableHandle()
    • getGetTableHandleForQuery

      public JdbcApiStats getGetTableHandleForQuery()
    • getGetProcedureHandle

      public JdbcApiStats getGetProcedureHandle()
    • getGetTableNames

      public JdbcApiStats getGetTableNames()
    • getGetTableStatistics

      public JdbcApiStats getGetTableStatistics()
    • getRenameColumn

      public JdbcApiStats getRenameColumn()
    • getSetColumnType

      public JdbcApiStats getSetColumnType()
    • getRenameTable

      public JdbcApiStats getRenameTable()
    • getSetTableProperties

      public JdbcApiStats getSetTableProperties()
    • getRollbackCreateTable

      public JdbcApiStats getRollbackCreateTable()
    • getSchemaExists

      public JdbcApiStats getSchemaExists()
    • getToTrinoType

      public JdbcApiStats getToTrinoType()
    • getGetColumnMappings

      public JdbcApiStats getGetColumnMappings()
    • getToWriteMapping

      public JdbcApiStats getToWriteMapping()
    • getImplementAggregation

      public JdbcApiStats getImplementAggregation()
    • getConvertPredicate

      public JdbcApiStats getConvertPredicate()
    • getGetTableScanRedirection

      public JdbcApiStats getGetTableScanRedirection()
    • getDelete

      public JdbcApiStats getDelete()
    • getTruncateTable

      public JdbcApiStats getTruncateTable()