Uses of Enum Class
io.trino.plugin.exchange.filesystem.s3.S3FileSystemExchangeStorage.CompatibilityMode
Packages that use S3FileSystemExchangeStorage.CompatibilityMode
-
Uses of S3FileSystemExchangeStorage.CompatibilityMode in io.trino.plugin.exchange.filesystem.s3
Methods in io.trino.plugin.exchange.filesystem.s3 that return S3FileSystemExchangeStorage.CompatibilityModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.S3FileSystemExchangeStorage.CompatibilityMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.exchange.filesystem.s3 with parameters of type S3FileSystemExchangeStorage.CompatibilityModeModifierConstructorDescriptionS3FileSystemExchangeStorage(S3FileSystemExchangeStorageStats stats, ExchangeS3Config config, S3FileSystemExchangeStorage.CompatibilityMode compatibilityMode)