Package alluxio.cli.fsadmin.command
Class PathConfCommand
- java.lang.Object
-
- alluxio.cli.fsadmin.command.AbstractFsAdminCommand
-
- alluxio.cli.fsadmin.command.PathConfCommand
-
- All Implemented Interfaces:
alluxio.cli.Command,java.io.Closeable,java.lang.AutoCloseable
@PublicApi public final class PathConfCommand extends AbstractFsAdminCommand
Manages path level configuration.
-
-
Field Summary
-
Fields inherited from class alluxio.cli.fsadmin.command.AbstractFsAdminCommand
mBlockClient, mFsClient, mJobMasterClient, mJobMasterJournalMasterClient, mMasterJournalMasterClient, mMetaClient, mMetaConfigClient, mMetricsClient, mPrintStream
-
-
Constructor Summary
Constructors Constructor Description PathConfCommand(Context context, alluxio.conf.AlluxioConfiguration alluxioConf)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringdescription()java.lang.StringgetCommandName()java.lang.StringgetDescription()java.util.Map<java.lang.String,alluxio.cli.Command>getSubCommands()java.lang.StringgetUsage()
-
-
-
Constructor Detail
-
PathConfCommand
public PathConfCommand(Context context, alluxio.conf.AlluxioConfiguration alluxioConf)
- Parameters:
context- fsadmin command contextalluxioConf- Alluxio configuration
-
-
Method Detail
-
getSubCommands
public java.util.Map<java.lang.String,alluxio.cli.Command> getSubCommands()
-
getCommandName
public java.lang.String getCommandName()
-
getUsage
public java.lang.String getUsage()
-
description
public static java.lang.String description()
- Returns:
- command's description
-
getDescription
public java.lang.String getDescription()
-
-