Uses of Class
io.trino.plugin.exchange.filesystem.MetricsBuilder
Packages that use MetricsBuilder
Package
Description
-
Uses of MetricsBuilder in io.trino.plugin.exchange.filesystem
Methods in io.trino.plugin.exchange.filesystem with parameters of type MetricsBuilderModifier and TypeMethodDescriptionFileSystemExchangeStorage.createExchangeStorageReader(List<ExchangeSourceFile> sourceFiles, int maxPageStorageSize, MetricsBuilder metricsBuilder) -
Uses of MetricsBuilder in io.trino.plugin.exchange.filesystem.azure
Methods in io.trino.plugin.exchange.filesystem.azure with parameters of type MetricsBuilderModifier and TypeMethodDescriptionAzureBlobFileSystemExchangeStorage.createExchangeStorageReader(List<ExchangeSourceFile> sourceFiles, int maxPageStorageSize, MetricsBuilder metricsBuilder) -
Uses of MetricsBuilder in io.trino.plugin.exchange.filesystem.local
Methods in io.trino.plugin.exchange.filesystem.local with parameters of type MetricsBuilderModifier and TypeMethodDescriptionLocalFileSystemExchangeStorage.createExchangeStorageReader(List<ExchangeSourceFile> sourceFiles, int maxPageStorageSize, MetricsBuilder metricsBuilder) -
Uses of MetricsBuilder in io.trino.plugin.exchange.filesystem.s3
Methods in io.trino.plugin.exchange.filesystem.s3 with parameters of type MetricsBuilderModifier and TypeMethodDescriptionS3FileSystemExchangeStorage.createExchangeStorageReader(List<ExchangeSourceFile> sourceFiles, int maxPageStorageSize, MetricsBuilder metricsBuilder)