- call() - Method in class alluxio.cli.BasicCheckpoint
-
- call() - Method in class alluxio.cli.BasicNonByteBufferOperations
-
- call() - Method in class alluxio.cli.BasicOperations
-
- CancelCommand - Class in alluxio.cli.job.command
-
Cancels a job asynchronously.
- CancelCommand(FileSystemContext) - Constructor for class alluxio.cli.job.command.CancelCommand
-
creates the cancel command.
- CapacityCommand - Class in alluxio.cli.fsadmin.report
-
Prints Alluxio capacity information.
- CapacityCommand(BlockMasterClient, PrintStream) - Constructor for class alluxio.cli.fsadmin.report.CapacityCommand
-
- CatCommand - Class in alluxio.cli.fs.command
-
Prints the file's contents to the console.
- CatCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.CatCommand
-
- check() - Method in class alluxio.cli.fs.command.job.JobAttempt
-
Returns the status of the job attempt.
- CheckConsistencyCommand - Class in alluxio.cli.fs.command
-
Command for checking the consistency of a file or folder between Alluxio and the under storage.
- CheckConsistencyCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.CheckConsistencyCommand
-
- checkMasterClientService(AlluxioConfiguration) - Static method in class alluxio.cli.fsadmin.FileSystemAdminShellUtils
-
Checks if the master client service is available.
- CheckpointCommand - Class in alluxio.cli.fsadmin.journal
-
Command for triggering a checkpoint in the primary master journal system.
- CheckpointCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.journal.CheckpointCommand
-
- ChecksumCommand - Class in alluxio.cli.fs.command
-
Calculates the MD5 checksum for a file.
- ChecksumCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.ChecksumCommand
-
- ChgrpCommand - Class in alluxio.cli.fs.command
-
Changes the group of a file or directory specified by args.
- ChgrpCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.ChgrpCommand
-
- ChmodCommand - Class in alluxio.cli.fs.command
-
Changes the permission of a file or directory specified by args.
- ChmodCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.ChmodCommand
-
- ChownCommand - Class in alluxio.cli.fs.command
-
Changes the owner of a file or directory specified by args.
- ChownCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.ChownCommand
-
- ClearCommand - Class in alluxio.cli.fsadmin.metrics
-
Clear the leading master (and workers) metrics.
- ClearCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.metrics.ClearCommand
-
- close() - Method in class alluxio.cli.bundler.CollectInfo
-
- close() - Method in class alluxio.cli.fs.command.CopyFromLocalCommand
-
- close() - Method in class alluxio.cli.fs.command.DistributedLoadCommand
-
- close() - Method in class alluxio.cli.fsadmin.command.Context
-
- collectAllFutures(List<CompletableFuture<T>>) - Static method in class alluxio.cli.bundler.CollectInfo
-
Waits for ALL futures to complete and returns a list of results.
- CollectAlluxioInfoCommand - Class in alluxio.cli.bundler.command
-
Command to run a set of Alluxio commands.
- CollectAlluxioInfoCommand(FileSystemContext) - Constructor for class alluxio.cli.bundler.command.CollectAlluxioInfoCommand
-
- CollectAlluxioInfoCommand.AlluxioCommand - Class in alluxio.cli.bundler.command
-
A special shell command that runs an Alluxio cmdline operation.
- CollectConfigCommand - Class in alluxio.cli.bundler.command
-
Command to collect Alluxio config files.
- CollectConfigCommand(FileSystemContext) - Constructor for class alluxio.cli.bundler.command.CollectConfigCommand
-
- CollectEnvCommand - Class in alluxio.cli.bundler.command
-
Command to run a set of bash commands to get system information.
- CollectEnvCommand(FileSystemContext) - Constructor for class alluxio.cli.bundler.command.CollectEnvCommand
-
- CollectInfo - Class in alluxio.cli.bundler
-
Class for collecting various information about all nodes in the cluster.
- CollectInfo(AlluxioConfiguration) - Constructor for class alluxio.cli.bundler.CollectInfo
-
- CollectJvmInfoCommand - Class in alluxio.cli.bundler.command
-
Command that collects information about the JVMs.
- CollectJvmInfoCommand(FileSystemContext) - Constructor for class alluxio.cli.bundler.command.CollectJvmInfoCommand
-
- CollectLogCommand - Class in alluxio.cli.bundler.command
-
Command to collect Alluxio logs.
- CollectLogCommand(FileSystemContext) - Constructor for class alluxio.cli.bundler.command.CollectLogCommand
-
- CollectMetricsCommand - Class in alluxio.cli.bundler.command
-
Command to probe Alluxio metrics for a few times.
- CollectMetricsCommand(FileSystemContext) - Constructor for class alluxio.cli.bundler.command.CollectMetricsCommand
-
- COMMAND_NAME - Static variable in class alluxio.cli.bundler.command.CollectAlluxioInfoCommand
-
- COMMAND_NAME - Static variable in class alluxio.cli.bundler.command.CollectConfigCommand
-
- COMMAND_NAME - Static variable in class alluxio.cli.bundler.command.CollectEnvCommand
-
- COMMAND_NAME - Static variable in class alluxio.cli.bundler.command.CollectJvmInfoCommand
-
- COMMAND_NAME - Static variable in class alluxio.cli.bundler.command.CollectLogCommand
-
- COMMAND_NAME - Static variable in class alluxio.cli.bundler.command.CollectMetricsCommand
-
- compareTierNames(String, String) - Static method in class alluxio.cli.fsadmin.FileSystemAdminShellUtils
-
Compares two tier names according to their rank values.
- compress(String, File...) - Static method in class alluxio.cli.bundler.TarUtils
-
Compresses a list of files to one destination.
- ConfigurationCommand - Class in alluxio.cli.fsadmin.doctor
-
Prints server-side configuration errors and warnings.
- ConfigurationCommand(MetaMasterClient, PrintStream) - Constructor for class alluxio.cli.fsadmin.doctor.ConfigurationCommand
-
- ConfigurationDocGenerator - Class in alluxio.cli.docgen
-
CSV_FILE_DIR utility to generate property keys to csv files.
- Context - Class in alluxio.cli.fsadmin.command
-
Context for running an fsadmin command.
- Context(FileSystemMasterClient, BlockMasterClient, MetaMasterClient, MetaMasterConfigClient, MetricsMasterClient, JournalMasterClient, JournalMasterClient, JobMasterClient, PrintStream) - Constructor for class alluxio.cli.fsadmin.command.Context
-
- CopyFromLocalCommand - Class in alluxio.cli.fs.command
-
Copies the specified file specified by "source path" to the path specified by "remote path".
- CopyFromLocalCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.CopyFromLocalCommand
-
- CopyToLocalCommand - Class in alluxio.cli.fs.command
-
Copies a file or a directory from the Alluxio filesystem to the local filesystem.
- CopyToLocalCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.CopyToLocalCommand
-
- COUNT_FORMAT - Static variable in class alluxio.cli.fs.command.CountCommand
-
- CountCommand - Class in alluxio.cli.fs.command
-
Displays the number of folders and files matching the specified prefix in args.
- CountCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.CountCommand
-
- CpCommand - Class in alluxio.cli.fs.command
-
Copies a file or a directory in the Alluxio filesystem.
- CpCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.CpCommand
-
- CSV_FILE_HEADER - Static variable in class alluxio.cli.docgen.ConfigurationDocGenerator
-
- generate() - Static method in class alluxio.cli.docgen.ConfigurationDocGenerator
-
Generates the configuration docs.
- generate() - Static method in class alluxio.cli.docgen.MetricsDocGenerator
-
Writes the supported files for metrics system docs.
- generateCapacityReport(GetWorkerReportOptions) - Method in class alluxio.cli.fsadmin.report.CapacityCommand
-
Generates capacity report.
- generateOutputFile(String, String) - Method in class alluxio.cli.bundler.command.AbstractCollectInfoCommand
-
Generates the output file for the command to write printouts to.
- getAlluxioURIs(FileSystem, AlluxioURI) - Static method in class alluxio.cli.fs.FileSystemShellUtils
-
- getBlockClient() - Method in class alluxio.cli.fsadmin.command.Context
-
- GetBlockInfoCommand - Class in alluxio.cli.fsadmin.command
-
Command for getting information from a block id.
- GetBlockInfoCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.GetBlockInfoCommand
-
- getBoolArg(CommandLine, Option, boolean) - Static method in class alluxio.cli.fs.FileSystemShellUtils
-
Gets the value of an option from the command line.
- GetCapacityBytesCommand - Class in alluxio.cli.fs.command
-
- GetCapacityBytesCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.GetCapacityBytesCommand
-
Constructs a new instance to get the capacity of the
FileSystem.
- getClassName() - Method in enum alluxio.master.MasterHealthCheckClient.MasterType
-
- GetCmdStatusCommand - Class in alluxio.cli.job.command
-
Get Command status specified by args.
- GetCmdStatusCommand(FileSystemContext) - Constructor for class alluxio.cli.job.command.GetCmdStatusCommand
-
- getCommandName() - Method in class alluxio.cli.bundler.command.CollectAlluxioInfoCommand
-
- getCommandName() - Method in class alluxio.cli.bundler.command.CollectConfigCommand
-
- getCommandName() - Method in class alluxio.cli.bundler.command.CollectEnvCommand
-
- getCommandName() - Method in class alluxio.cli.bundler.command.CollectJvmInfoCommand
-
- getCommandName() - Method in class alluxio.cli.bundler.command.CollectLogCommand
-
- getCommandName() - Method in class alluxio.cli.bundler.command.CollectMetricsCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.CatCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.CheckConsistencyCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.ChecksumCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.ChgrpCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.ChmodCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.ChownCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.CopyFromLocalCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.CopyToLocalCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.CountCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.CpCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.DistributedCpCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.DistributedLoadCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.DistributedMvCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.DuCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.FreeCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.GetCapacityBytesCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.GetFaclCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.GetSyncPathListCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.GetUsedBytesCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.HeadCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.HelpCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.LeaderCommand
-
Deprecated.
- getCommandName() - Method in class alluxio.cli.fs.command.LoadCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.LoadMetadataCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.LocationCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.LsCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.MasterInfoCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.MkdirCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.MountCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.MvCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.PersistCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.PinCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.RmCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.SetFaclCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.SetReplicationCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.SetTtlCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.StartSyncCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.StatCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.StopSyncCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.TailCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.TestCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.TouchCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.UnmountCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.UnpinCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.UnsetTtlCommand
-
- getCommandName() - Method in class alluxio.cli.fs.command.UpdateMountCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.command.BackupCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.command.DoctorCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.command.GetBlockInfoCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.command.JournalCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.command.MetricsCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.command.PathConfCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.command.ReportCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.command.StateLockHoldersCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.command.UfsCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.command.UpdateConfCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.journal.CheckpointCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.journal.QuorumCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.journal.QuorumElectCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.journal.QuorumRemoveCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.metrics.ClearCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.pathconf.AddCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.pathconf.ListCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.pathconf.RemoveCommand
-
- getCommandName() - Method in class alluxio.cli.fsadmin.pathconf.ShowCommand
-
- getCommandName() - Method in class alluxio.cli.job.command.CancelCommand
-
- getCommandName() - Method in class alluxio.cli.job.command.GetCmdStatusCommand
-
- getCommandName() - Method in class alluxio.cli.job.command.LeaderCommand
-
- getCommandName() - Method in class alluxio.cli.job.command.ListCommand
-
- getCommandName() - Method in class alluxio.cli.job.command.StatCommand
-
- getCompletedCmdCount() - Method in class alluxio.cli.fs.command.AbstractDistributedJobCommand
-
Gets the number of completed commands.
- getCompletedCount() - Method in class alluxio.cli.fs.command.AbstractDistributedJobCommand
-
Gets the number of completed jobs.
- GetConf - Class in alluxio.cli
-
Utility for printing Alluxio configuration.
- getConf(ClientContext, String...) - Static method in class alluxio.cli.GetConf
-
Implements get configuration.
- getConfImpl(Supplier<RetryHandlingMetaMasterConfigClient>, AlluxioConfiguration, String...) - Static method in class alluxio.cli.GetConf
-
Implements get configuration.
- getDescription() - Method in class alluxio.cli.bundler.command.CollectAlluxioInfoCommand
-
- getDescription() - Method in class alluxio.cli.bundler.command.CollectConfigCommand
-
- getDescription() - Method in class alluxio.cli.bundler.command.CollectEnvCommand
-
- getDescription() - Method in class alluxio.cli.bundler.command.CollectJvmInfoCommand
-
- getDescription() - Method in class alluxio.cli.bundler.command.CollectLogCommand
-
- getDescription() - Method in class alluxio.cli.bundler.command.CollectMetricsCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.CatCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.CheckConsistencyCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.ChecksumCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.ChgrpCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.ChmodCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.ChownCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.CopyFromLocalCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.CopyToLocalCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.CountCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.CpCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.DistributedCpCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.DistributedLoadCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.DistributedMvCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.DuCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.FreeCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.GetCapacityBytesCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.GetFaclCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.GetSyncPathListCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.GetUsedBytesCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.HeadCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.HelpCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.LeaderCommand
-
Deprecated.
- getDescription() - Method in class alluxio.cli.fs.command.LoadCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.LoadMetadataCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.LocationCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.LsCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.MasterInfoCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.MkdirCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.MountCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.MvCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.PersistCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.PinCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.RmCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.SetFaclCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.SetReplicationCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.SetTtlCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.StartSyncCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.StatCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.StopSyncCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.TailCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.TestCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.TouchCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.UnmountCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.UnpinCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.UnsetTtlCommand
-
- getDescription() - Method in class alluxio.cli.fs.command.UpdateMountCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.command.BackupCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.command.DoctorCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.command.GetBlockInfoCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.command.JournalCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.command.MetricsCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.command.PathConfCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.command.ReportCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.command.StateLockHoldersCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.command.UfsCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.command.UpdateConfCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.journal.CheckpointCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.journal.QuorumCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.journal.QuorumElectCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.journal.QuorumRemoveCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.metrics.ClearCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.pathconf.AddCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.pathconf.ListCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.pathconf.RemoveCommand
-
- getDescription() - Method in class alluxio.cli.fsadmin.pathconf.ShowCommand
-
- getDescription() - Method in class alluxio.cli.job.command.CancelCommand
-
- getDescription() - Method in class alluxio.cli.job.command.GetCmdStatusCommand
-
- getDescription() - Method in class alluxio.cli.job.command.LeaderCommand
-
- getDescription() - Method in class alluxio.cli.job.command.ListCommand
-
- getDescription() - Method in class alluxio.cli.job.command.StatCommand
-
- getDetailedCmdStatus(long, JobMasterClient, Set<String>, List<String>) - Static method in class alluxio.cli.util.DistributedCommandUtil
-
Get detailed information about a command.
- getDistLoadCommonOptions() - Static method in class alluxio.cli.fs.command.DistributedLoadUtils
-
Get the general options that distributed load needs to use.
- getDistLoadCommonUsage() - Static method in class alluxio.cli.fs.command.DistributedLoadUtils
-
Get the general usage of distributed load.
- getDistLoadFileSemanticsOptions() - Static method in class alluxio.cli.fs.command.DistributedLoadUtils
-
Get the options of distributed load needs to use in file semantics.
- getDistLoadFileSemanticsUsage() - Static method in class alluxio.cli.fs.command.DistributedLoadUtils
-
Get usage of distributed load in file semantics.
- GetFaclCommand - Class in alluxio.cli.fs.command
-
Displays ACL info of a path.
- GetFaclCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.GetFaclCommand
-
- getFailedCmdCount() - Method in class alluxio.cli.fs.command.AbstractDistributedJobCommand
-
Gets the number of failed commands.
- getFailedCount() - Method in class alluxio.cli.fs.command.AbstractDistributedJobCommand
-
Gets the number of failed jobs.
- getFailedFiles() - Method in class alluxio.cli.fs.command.AbstractDistributedJobCommand
-
Gets failed files.
- getFailedFiles() - Method in class alluxio.cli.fs.command.job.JobAttempt
-
Get failed files if there's any.
- getFilePath(String, AlluxioConfiguration) - Static method in class alluxio.cli.fs.FileSystemShellUtils
-
Removes
Constants.HEADER and hostname:port information
from a path, leaving only the local file path.
- getFiles(String) - Static method in class alluxio.cli.fs.FileSystemShellUtils
-
Gets the files (on the local filesystem) that match the given input path.
- getFsClient() - Method in class alluxio.cli.fsadmin.command.Context
-
- getHost() - Method in class alluxio.cli.LogLevel.TargetInfo
-
- getHosts() - Method in class alluxio.cli.bundler.CollectInfo
-
Finds all hosts in the Alluxio cluster.
- getIntArg(CommandLine, Option, int) - Static method in class alluxio.cli.fs.FileSystemShellUtils
-
Gets the value of an option from the command line.
- getJobConfig() - Method in class alluxio.cli.fs.command.job.JobAttempt
-
Get job config.
- getJobMasterClient() - Method in class alluxio.cli.fsadmin.command.Context
-
- getJournalMasterClientForJobMaster() - Method in class alluxio.cli.fsadmin.command.Context
-
- getJournalMasterClientForMaster() - Method in class alluxio.cli.fsadmin.command.Context
-
- getMetaClient() - Method in class alluxio.cli.fsadmin.command.Context
-
- getMetaConfigClient() - Method in class alluxio.cli.fsadmin.command.Context
-
- getMetricsClient() - Method in class alluxio.cli.fsadmin.command.Context
-
- getMetricsJson(String) - Method in class alluxio.cli.bundler.command.CollectMetricsCommand
-
Probes Alluxio metrics json sink.
- getMs(String) - Static method in class alluxio.cli.fs.FileSystemShellUtils
-
Converts the input time into millisecond unit.
- getMsArg(CommandLine, Option, long) - Static method in class alluxio.cli.fs.FileSystemShellUtils
-
Gets the value of an option from the command line.
- getOptions() - Method in class alluxio.cli.fs.command.CheckConsistencyCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.ChgrpCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.ChmodCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.ChownCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.CopyFromLocalCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.CopyToLocalCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.CountCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.CpCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.DistributedCpCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.DistributedLoadCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.DuCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.FreeCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.HeadCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.LoadCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.LoadMetadataCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.LsCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.MountCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.PersistCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.RmCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.SetFaclCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.SetReplicationCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.SetTtlCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.StatCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.TailCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.TestCommand
-
- getOptions() - Method in class alluxio.cli.fs.command.UpdateMountCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.command.BackupCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.command.DoctorCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.command.GetBlockInfoCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.command.ReportCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.command.UfsCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.journal.QuorumElectCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.journal.QuorumRemoveCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.metrics.ClearCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.pathconf.AddCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.pathconf.RemoveCommand
-
- getOptions() - Method in class alluxio.cli.fsadmin.pathconf.ShowCommand
-
- getOptions() - Method in class alluxio.cli.job.command.StatCommand
-
- getPort() - Method in class alluxio.cli.LogLevel.TargetInfo
-
- getPrintStream() - Method in class alluxio.cli.fsadmin.command.Context
-
- getRole() - Method in class alluxio.cli.LogLevel.TargetInfo
-
- getShellName() - Method in class alluxio.cli.bundler.CollectInfo
-
- getShellName() - Method in class alluxio.cli.fs.FileSystemShell
-
- getShellName() - Method in class alluxio.cli.fsadmin.FileSystemAdminShell
-
- getShellName() - Method in class alluxio.cli.job.JobShell
-
- getSize() - Method in class alluxio.cli.fs.command.job.JobAttempt
-
Get how many files contained in job attempt.
- getSubCommands() - Method in class alluxio.cli.fsadmin.command.JournalCommand
-
- getSubCommands() - Method in class alluxio.cli.fsadmin.command.MetricsCommand
-
- getSubCommands() - Method in class alluxio.cli.fsadmin.command.PathConfCommand
-
- getSubCommands() - Method in class alluxio.cli.fsadmin.journal.QuorumCommand
-
- GetSyncPathListCommand - Class in alluxio.cli.fs.command
-
This class represents a getSyncPathList Command.
- GetSyncPathListCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.GetSyncPathListCommand
-
Create a GetSyncPathListCommand object.
- getUsage() - Method in class alluxio.cli.bundler.command.CollectAlluxioInfoCommand
-
- getUsage() - Method in class alluxio.cli.bundler.command.CollectConfigCommand
-
- getUsage() - Method in class alluxio.cli.bundler.command.CollectEnvCommand
-
- getUsage() - Method in class alluxio.cli.bundler.command.CollectJvmInfoCommand
-
- getUsage() - Method in class alluxio.cli.bundler.command.CollectLogCommand
-
- getUsage() - Method in class alluxio.cli.bundler.command.CollectMetricsCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.CatCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.CheckConsistencyCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.ChecksumCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.ChgrpCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.ChmodCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.ChownCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.CopyFromLocalCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.CopyToLocalCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.CountCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.CpCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.DistributedCpCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.DistributedLoadCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.DistributedMvCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.DuCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.FreeCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.GetCapacityBytesCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.GetFaclCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.GetSyncPathListCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.GetUsedBytesCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.HeadCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.HelpCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.LeaderCommand
-
Deprecated.
- getUsage() - Method in class alluxio.cli.fs.command.LoadCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.LoadMetadataCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.LocationCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.LsCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.MasterInfoCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.MkdirCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.MountCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.MvCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.PersistCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.PinCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.RmCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.SetFaclCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.SetReplicationCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.SetTtlCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.StartSyncCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.StatCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.StopSyncCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.TailCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.TestCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.TouchCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.UnmountCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.UnpinCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.UnsetTtlCommand
-
- getUsage() - Method in class alluxio.cli.fs.command.UpdateMountCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.command.BackupCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.command.DoctorCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.command.GetBlockInfoCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.command.JournalCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.command.MetricsCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.command.PathConfCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.command.ReportCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.command.StateLockHoldersCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.command.UfsCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.command.UpdateConfCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.journal.CheckpointCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.journal.QuorumCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.journal.QuorumElectCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.journal.QuorumRemoveCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.metrics.ClearCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.pathconf.AddCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.pathconf.ListCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.pathconf.RemoveCommand
-
- getUsage() - Method in class alluxio.cli.fsadmin.pathconf.ShowCommand
-
- getUsage() - Static method in class alluxio.cli.fsadmin.report.CapacityCommand
-
- getUsage() - Method in class alluxio.cli.job.command.CancelCommand
-
- getUsage() - Method in class alluxio.cli.job.command.GetCmdStatusCommand
-
- getUsage() - Method in class alluxio.cli.job.command.LeaderCommand
-
- getUsage() - Method in class alluxio.cli.job.command.ListCommand
-
- getUsage() - Method in class alluxio.cli.job.command.StatCommand
-
- GetUsedBytesCommand - Class in alluxio.cli.fs.command
-
- GetUsedBytesCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.GetUsedBytesCommand
-
Constructs a new instance to get the number of bytes used in the
FileSystem.
- getWorkingDirectory(CommandLine) - Method in class alluxio.cli.bundler.command.AbstractCollectInfoCommand
-
Gets the directory that this command should output to.
- LeaderCommand - Class in alluxio.cli.fs.command
-
- LeaderCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.LeaderCommand
-
Deprecated.
- LeaderCommand - Class in alluxio.cli.job.command
-
Prints the current leader master host name.
- LeaderCommand(FileSystemContext) - Constructor for class alluxio.cli.job.command.LeaderCommand
-
creates the job leader command.
- ListCommand - Class in alluxio.cli.fsadmin.pathconf
-
Lists paths that have path level configuration.
- ListCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.pathconf.ListCommand
-
- ListCommand - Class in alluxio.cli.job.command
-
Lists the job ids in the history.
- ListCommand(FileSystemContext) - Constructor for class alluxio.cli.job.command.ListCommand
-
Creates the job list command.
- LIVE_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.command.ReportCommand
-
- LoadCommand - Class in alluxio.cli.fs.command
-
Loads a file or directory in Alluxio space, making it resident in Alluxio.
- LoadCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.LoadCommand
-
Constructs a new instance to load a file or directory in Alluxio space.
- loadCommands() - Method in class alluxio.cli.bundler.CollectInfo
-
- loadCommands() - Method in class alluxio.cli.fs.FileSystemShell
-
- loadCommands(FileSystemContext) - Static method in class alluxio.cli.fs.FileSystemShellUtils
-
- loadCommands() - Method in class alluxio.cli.fsadmin.FileSystemAdminShell
-
- loadCommands() - Method in class alluxio.cli.job.JobShell
-
- LoadMetadataCommand - Class in alluxio.cli.fs.command
-
Loads metadata about a path in the UFS to Alluxio.
- LoadMetadataCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.LoadMetadataCommand
-
Constructs a new instance to load metadata for the given Alluxio path from UFS.
- LocationCommand - Class in alluxio.cli.fs.command
-
Displays a list of hosts that have the file specified in args stored.
- LocationCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.LocationCommand
-
Constructs a new instance to display a list of hosts that have the file specified in args
stored.
- LOG_LEVEL - Static variable in class alluxio.cli.LogLevel
-
- logCompleted() - Method in class alluxio.cli.fs.command.job.JobAttempt
-
- logFailed() - Method in class alluxio.cli.fs.command.job.JobAttempt
-
- logFailedAttempt(JobInfo) - Method in class alluxio.cli.fs.command.job.JobAttempt
-
- LogLevel - Class in alluxio.cli
-
Sets or gets the log level for the specified server.
- logLevel(String[], AlluxioConfiguration) - Static method in class alluxio.cli.LogLevel
-
Implements log level setting and getting.
- LogLevel.TargetInfo - Class in alluxio.cli
-
Object that represents a REST endpoint that logLevel sends HTTP request to.
- LOST_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.command.ReportCommand
-
- LS_FORMAT - Static variable in class alluxio.cli.fs.command.LsCommand
-
- LS_FORMAT_ALLUXIO_STATE - Static variable in class alluxio.cli.fs.command.LsCommand
-
- LS_FORMAT_FILE_PATH - Static variable in class alluxio.cli.fs.command.LsCommand
-
- LS_FORMAT_FILE_SIZE - Static variable in class alluxio.cli.fs.command.LsCommand
-
- LS_FORMAT_GROUP_NAME - Static variable in class alluxio.cli.fs.command.LsCommand
-
- LS_FORMAT_NO_ACL - Static variable in class alluxio.cli.fs.command.LsCommand
-
- LS_FORMAT_PERMISSION - Static variable in class alluxio.cli.fs.command.LsCommand
-
- LS_FORMAT_PERSISTENCE_STATE - Static variable in class alluxio.cli.fs.command.LsCommand
-
- LS_FORMAT_TIMESTAMP - Static variable in class alluxio.cli.fs.command.LsCommand
-
- LS_FORMAT_USER_NAME - Static variable in class alluxio.cli.fs.command.LsCommand
-
- LsCommand - Class in alluxio.cli.fs.command
-
Displays information for the path specified in args.
- LsCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.LsCommand
-
Constructs a new instance to display information for all directories and files directly under
the path specified in args.
- mActiveJobs - Variable in class alluxio.cli.fs.command.AbstractDistributedJobCommand
-
- main(String[]) - Static method in class alluxio.cli.BasicCheckpoint
-
Example program for using checkpoints.
- main(String[]) - Static method in class alluxio.cli.bundler.CollectInfo
-
Main method, starts a new CollectInfo shell.
- main(String[]) - Static method in class alluxio.cli.DocGenerator
-
Main entry for this util class.
- main(String[]) - Static method in class alluxio.cli.fs.FileSystemShell
-
Main method, starts a new FileSystemShell.
- main(String[]) - Static method in class alluxio.cli.fsadmin.FileSystemAdminShell
-
Manage Alluxio file system.
- main(String[]) - Static method in class alluxio.cli.GetConf
-
Prints Alluxio configuration.
- main(String[]) - Static method in class alluxio.cli.HmsTests
-
- main(String[]) - Static method in class alluxio.cli.job.JobShell
-
Main method, starts a new JobShell.
- main(String[]) - Static method in class alluxio.cli.JournalCrashTest
-
Runs the crash test.
- main(String[]) - Static method in class alluxio.cli.LogLevel
-
Sets or gets log level of master and worker through their REST API.
- main(String[]) - Static method in class alluxio.cli.RunOperation
-
Tool for running an operation multiple times.
- main(String[]) - Static method in class alluxio.cli.TestRunner
-
Console program that validates the configuration.
- main(String[]) - Static method in class alluxio.cli.ValidateConf
-
Console program that validates the configuration.
- main(String[]) - Static method in class alluxio.cli.ValidateHdfsMount
-
The entrance.
- main(String[]) - Static method in class alluxio.cli.Version
-
Prints the version of the current build.
- main(String[]) - Static method in class alluxio.master.AlluxioMasterMonitor
-
Starts the Alluxio master monitor.
- main(String[]) - Static method in class alluxio.master.job.AlluxioJobMasterMonitor
-
Starts the Alluxio job_master monitor.
- main(String[]) - Static method in class alluxio.proxy.AlluxioProxyMonitor
-
Starts the Alluxio proxy monitor.
- main(String[]) - Static method in class alluxio.worker.AlluxioWorkerMonitor
-
Starts the Alluxio worker monitor.
- main(String[]) - Static method in class alluxio.worker.job.AlluxioJobWorkerMonitor
-
Starts the Alluxio job_worker monitor.
- MasterHealthCheckClient - Class in alluxio.master
-
MasterHealthCheckClient check whether Alluxio master is serving RPC requests and
if the AlluxioMaster process is running in all master hosts.
- MasterHealthCheckClient(MasterHealthCheckClient.MasterType, boolean, Supplier<RetryPolicy>, AlluxioConfiguration) - Constructor for class alluxio.master.MasterHealthCheckClient
-
Creates a new instance of MasterHealthCheckClient.
- MasterHealthCheckClient.Builder - Class in alluxio.master
-
- MasterHealthCheckClient.MasterServingHealthCheck - Class in alluxio.master
-
Runnable for checking if the AlluxioMaster is serving RPCs.
- MasterHealthCheckClient.MasterType - Enum in alluxio.master
-
An enum mapping master types to fully qualified class names.
- MasterHealthCheckClient.ProcessCheckRunnable - Class in alluxio.master
-
Runnable for checking if the AlluxioMaster process are running in all the masters hosts.
- MasterInfoCommand - Class in alluxio.cli.fs.command
-
Prints information regarding master fault tolerance such as leader address, list of master
addresses, and the configured Zookeeper address.
- MasterInfoCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.MasterInfoCommand
-
- MasterServingHealthCheck(InetSocketAddress, ServiceType, Supplier<RetryPolicy>, AlluxioConfiguration) - Constructor for class alluxio.master.MasterHealthCheckClient.MasterServingHealthCheck
-
- match(String, String) - Static method in class alluxio.cli.fs.FileSystemShellUtils
-
Returns whether or not filePath matches patternPath.
- mBlockClient - Variable in class alluxio.cli.fsadmin.command.AbstractFsAdminCommand
-
- mClient - Variable in class alluxio.cli.fs.command.AbstractDistributedJobCommand
-
- mClient - Variable in class alluxio.cli.fs.command.job.JobAttempt
-
- mCommands - Variable in class alluxio.cli.bundler.command.ExecuteShellCollectInfoCommand
-
- mCommandsAlt - Variable in class alluxio.cli.bundler.command.ExecuteShellCollectInfoCommand
-
- MetricsCommand - Class in alluxio.cli.fsadmin.command
-
Command for managing Alluxio metric system.
- MetricsCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.MetricsCommand
-
- MetricsCommand - Class in alluxio.cli.fsadmin.report
-
Prints Alluxio metrics information.
- MetricsCommand(MetricsMasterClient, PrintStream) - Constructor for class alluxio.cli.fsadmin.report.MetricsCommand
-
- MetricsDocGenerator - Class in alluxio.cli.docgen
-
Generates metric key information in docs.
- MetricsDocGenerator.FileWriterKey - Class in alluxio.cli.docgen
-
The key for a file writer.
- mFailedFiles - Variable in class alluxio.cli.fs.command.job.JobAttempt
-
- mFailedTasks - Variable in class alluxio.cli.fs.command.job.JobAttempt
-
- mFileSystem - Variable in class alluxio.cli.fs.command.AbstractFileSystemCommand
-
- mFsClient - Variable in class alluxio.cli.fsadmin.command.AbstractFsAdminCommand
-
- mFsContext - Variable in class alluxio.cli.bundler.command.AbstractCollectInfoCommand
-
- mFsContext - Variable in class alluxio.cli.fs.command.AbstractFileSystemCommand
-
- mJobMasterClient - Variable in class alluxio.cli.fsadmin.command.AbstractFsAdminCommand
-
- mJobMasterJournalMasterClient - Variable in class alluxio.cli.fsadmin.command.AbstractFsAdminCommand
-
- MkdirCommand - Class in alluxio.cli.fs.command
-
Creates a new directory specified by the path in args, including any parent folders that are
required.
- MkdirCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.MkdirCommand
-
Constructs a new instance to create a new directory.
- mMasterJournalMasterClient - Variable in class alluxio.cli.fsadmin.command.AbstractFsAdminCommand
-
- mMetaClient - Variable in class alluxio.cli.fsadmin.command.AbstractFsAdminCommand
-
- mMetaConfigClient - Variable in class alluxio.cli.fsadmin.command.AbstractFsAdminCommand
-
- mMetricsClient - Variable in class alluxio.cli.fsadmin.command.AbstractFsAdminCommand
-
- MountCommand - Class in alluxio.cli.fs.command
-
Mounts a UFS path onto an Alluxio path.
- MountCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.MountCommand
-
- mPrintStream - Variable in class alluxio.cli.fsadmin.command.AbstractFsAdminCommand
-
- mRetryPolicy - Variable in class alluxio.cli.fs.command.job.JobAttempt
-
- mSubmittedJobAttempts - Variable in class alluxio.cli.fs.command.AbstractDistributedJobCommand
-
- MvCommand - Class in alluxio.cli.fs.command
-
Renames a file or directory specified by args.
- MvCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.MvCommand
-
- mWorkingDirPath - Variable in class alluxio.cli.bundler.command.AbstractCollectInfoCommand
-