Uses of Class
io.trino.plugin.hive.s3.S3FileSystemType
-
Packages that use S3FileSystemType Package Description io.trino.plugin.hive.s3 -
-
Uses of S3FileSystemType in io.trino.plugin.hive.s3
Methods in io.trino.plugin.hive.s3 that return S3FileSystemType Modifier and Type Method Description @NotNull S3FileSystemTypeHiveS3TypeConfig. getS3FileSystemType()static S3FileSystemTypeS3FileSystemType. valueOf(String name)Returns the enum constant of this type with the specified name.static S3FileSystemType[]S3FileSystemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.hive.s3 with parameters of type S3FileSystemType Modifier and Type Method Description HiveS3TypeConfigHiveS3TypeConfig. setS3FileSystemType(S3FileSystemType s3FileSystemType)
-