public class MountOptions extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
DATA_CACHE_DIRS_OPTION_NAME |
protected static String |
DATA_CACHE_SIZES_OPTION_NAME |
protected static String |
FUSE_VERSION_OPTION_NAME |
protected static String |
METADATA_CACHE_EXPIRE_TIME_OPTION_NAME |
protected static String |
METADATA_CACHE_SIZE_OPTION_NAME |
protected Map<String,String> |
mMountOptions |
Constructor and Description |
---|
MountOptions(Map<String,String> optionsMap)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
protected Set<String> |
getAlluxioFuseSpecificMountOptionKeys()
A set recognized option keys.
|
Map<String,String> |
getAlluxioOptions() |
Optional<String> |
getDataCacheDirs() |
Optional<String> |
getDataCacheSizes() |
Optional<String> |
getFuseVersion() |
Optional<String> |
getMetadataCacheExpireTime() |
Optional<String> |
getMetadataCacheSize() |
Map<String,String> |
getUnrecognizedOptions()
Gets options that are neither an Alluxio property, nor an option special to Alluxio Fuse.
|
int |
hashCode() |
protected static final String FUSE_VERSION_OPTION_NAME
protected static final String DATA_CACHE_DIRS_OPTION_NAME
protected static final String DATA_CACHE_SIZES_OPTION_NAME
protected static final String METADATA_CACHE_SIZE_OPTION_NAME
protected static final String METADATA_CACHE_EXPIRE_TIME_OPTION_NAME
protected Set<String> getAlluxioFuseSpecificMountOptionKeys()
public Optional<String> getFuseVersion()
LibfuseVersion
public Optional<String> getDataCacheSizes()
public Optional<String> getMetadataCacheExpireTime()
public Map<String,String> getAlluxioOptions()
public Map<String,String> getUnrecognizedOptions()
ro
and noatime
, but
also include invalid options supplied by the user.Copyright © 2023. All Rights Reserved.