Package io.trino.filesystem.manager
Class FileSystemConfig
java.lang.Object
io.trino.filesystem.manager.FileSystemConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleansetHadoopEnabled(boolean hadoopEnabled) setNativeAzureEnabled(boolean nativeAzureEnabled) setNativeS3Enabled(boolean nativeS3Enabled)
-
Constructor Details
-
FileSystemConfig
public FileSystemConfig()
-
-
Method Details
-
isHadoopEnabled
public boolean isHadoopEnabled() -
setHadoopEnabled
-
isNativeAzureEnabled
public boolean isNativeAzureEnabled() -
setNativeAzureEnabled
@Config("fs.native-azure.enabled") public FileSystemConfig setNativeAzureEnabled(boolean nativeAzureEnabled) -
isNativeS3Enabled
public boolean isNativeS3Enabled() -
setNativeS3Enabled
-