Uses of Class
io.trino.plugin.hive.metastore.glue.AwsApiCallStats
Packages that use AwsApiCallStats
-
Uses of AwsApiCallStats in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue that return AwsApiCallStatsModifier and TypeMethodDescriptionGlueMetastoreStats.getBatchCreatePartition()GlueMetastoreStats.getBatchUpdatePartition()GlueMetastoreStats.getCreateDatabase()GlueMetastoreStats.getCreatePartitions()GlueMetastoreStats.getCreateTable()GlueMetastoreStats.getCreateUserDefinedFunction()GlueMetastoreStats.getDeleteColumnStatisticsForPartition()GlueMetastoreStats.getDeleteColumnStatisticsForTable()GlueMetastoreStats.getDeleteDatabase()GlueMetastoreStats.getDeletePartition()GlueMetastoreStats.getDeleteTable()GlueMetastoreStats.getDeleteUserDefinedFunction()GlueMetastoreStats.getGetColumnStatisticsForPartition()GlueMetastoreStats.getGetColumnStatisticsForTable()GlueMetastoreStats.getGetDatabase()GlueMetastoreStats.getGetDatabases()GlueMetastoreStats.getGetPartition()GlueMetastoreStats.getGetPartitionNames()GlueMetastoreStats.getGetPartitions()GlueMetastoreStats.getGetTable()GlueMetastoreStats.getGetTables()GlueMetastoreStats.getGetUserDefinedFunction()GlueMetastoreStats.getGetUserDefinedFunctions()GlueMetastoreStats.getUpdateColumnStatisticsForPartition()GlueMetastoreStats.getUpdateColumnStatisticsForTable()GlueMetastoreStats.getUpdateDatabase()GlueMetastoreStats.getUpdatePartition()GlueMetastoreStats.getUpdateTable()GlueMetastoreStats.getUpdateUserDefinedFunction() -
Uses of AwsApiCallStats in io.trino.plugin.hive.metastore.glue.v1
Methods in io.trino.plugin.hive.metastore.glue.v1 with parameters of type AwsApiCallStatsModifier and TypeMethodDescriptionstatic <Request,Result>
Stream<Result> AwsSdkUtil.getPaginatedResults(Function<Request, Result> submission, Request request, BiConsumer<Request, String> setNextToken, Function<Result, String> extractNextToken, AwsApiCallStats stats) Helper method to get all results from a paginated API.