Package io.trino.plugin.jdbc.jmx
Class JdbcClientStats
- java.lang.Object
-
- io.trino.plugin.jdbc.jmx.JdbcClientStats
-
public final class JdbcClientStats extends Object
-
-
Constructor Summary
Constructors Constructor Description JdbcClientStats()
-
Method Summary
-
-
-
Method Detail
-
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()
-
getCommitCreateTable
public JdbcApiStats getCommitCreateTable()
-
getCreateSchema
public JdbcApiStats getCreateSchema()
-
getCreateTable
public JdbcApiStats getCreateTable()
-
getSetColumnComment
public JdbcApiStats getSetColumnComment()
-
getDropColumn
public JdbcApiStats getDropColumn()
-
getDropSchema
public JdbcApiStats getDropSchema()
-
getDropTable
public JdbcApiStats getDropTable()
-
getFinishInsertTable
public JdbcApiStats getFinishInsertTable()
-
getGetColumns
public JdbcApiStats getGetColumns()
-
getGetConnectionWithHandle
public JdbcApiStats getGetConnectionWithHandle()
-
getGetConnectionWithSplit
public JdbcApiStats getGetConnectionWithSplit()
-
getGetPreparedStatement
public JdbcApiStats getGetPreparedStatement()
-
getGetSchemaNames
public JdbcApiStats getGetSchemaNames()
-
getGetSplits
public JdbcApiStats getGetSplits()
-
getGetTableHandle
public JdbcApiStats getGetTableHandle()
-
getGetTableNames
public JdbcApiStats getGetTableNames()
-
getGetTableStatistics
public JdbcApiStats getGetTableStatistics()
-
getRenameColumn
public JdbcApiStats getRenameColumn()
-
getRenameTable
public JdbcApiStats getRenameTable()
-
getRollbackCreateTable
public JdbcApiStats getRollbackCreateTable()
-
getSchemaExists
public JdbcApiStats getSchemaExists()
-
getToPrestoType
public JdbcApiStats getToPrestoType()
-
getGetColumnMappings
public JdbcApiStats getGetColumnMappings()
-
getToWriteMapping
public JdbcApiStats getToWriteMapping()
-
getImplementAggregation
public JdbcApiStats getImplementAggregation()
-
getGetTableScanRedirection
public JdbcApiStats getGetTableScanRedirection()
-
-