public interface MetaMasterConfigClient extends Closeable
| Modifier and Type | Method and Description |
|---|---|
alluxio.wire.ConfigHash |
getConfigHash() |
alluxio.wire.Configuration |
getConfiguration(alluxio.grpc.GetConfigurationPOptions options) |
void |
removePathConfiguration(alluxio.AlluxioURI path)
Removes all properties for a path.
|
void |
removePathConfiguration(alluxio.AlluxioURI path,
Set<alluxio.conf.PropertyKey> keys)
Removes properties for a path.
|
void |
setPathConfiguration(alluxio.AlluxioURI path,
Map<alluxio.conf.PropertyKey,String> properties)
Sets properties for a path.
|
default void |
setPathConfiguration(alluxio.AlluxioURI path,
alluxio.conf.PropertyKey key,
String value)
Sets a property for a path.
|
alluxio.wire.Configuration getConfiguration(alluxio.grpc.GetConfigurationPOptions options)
throws IOException
options - the optionsIOExceptionalluxio.wire.ConfigHash getConfigHash()
throws IOException
IOExceptiondefault void setPathConfiguration(alluxio.AlluxioURI path,
alluxio.conf.PropertyKey key,
String value)
throws IOException
path - the pathkey - the property keyvalue - the property valueIOExceptionvoid setPathConfiguration(alluxio.AlluxioURI path,
Map<alluxio.conf.PropertyKey,String> properties)
throws IOException
path - the pathproperties - the propertiesIOExceptionvoid removePathConfiguration(alluxio.AlluxioURI path,
Set<alluxio.conf.PropertyKey> keys)
throws IOException
path - the pathkeys - the property keysIOExceptionvoid removePathConfiguration(alluxio.AlluxioURI path)
throws IOException
path - the pathIOExceptionCopyright © 2024. All Rights Reserved.