public static final class FileSystemOptions.Builder extends Object
FileSystemOptions
.Constructor and Description |
---|
Builder()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
FileSystemOptions |
build() |
static FileSystemOptions.Builder |
create(AlluxioConfiguration conf)
Creates a new Builder based on configuration.
|
FileSystemOptions.Builder |
setDataCacheEnabled(boolean dataCacheEnabled) |
FileSystemOptions.Builder |
setMetadataCacheEnabled(boolean metadataCacheEnabled) |
public static FileSystemOptions.Builder create(AlluxioConfiguration conf)
conf
- the alluxio confpublic FileSystemOptions.Builder setMetadataCacheEnabled(boolean metadataCacheEnabled)
metadataCacheEnabled
- metadata cache enabledpublic FileSystemOptions.Builder setDataCacheEnabled(boolean dataCacheEnabled)
dataCacheEnabled
- data cache enabledpublic FileSystemOptions build()
Copyright © 2023. All Rights Reserved.