A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCollectInfoCommand - Class in alluxio.cli.bundler.command
-
Abstraction of a command under CollectInfo.
- AbstractCollectInfoCommand(FileSystemContext) - Constructor for class alluxio.cli.bundler.command.AbstractCollectInfoCommand
-
Creates an instance of
AbstractCollectInfoCommand. - AbstractDistributedJobCommand - Class in alluxio.cli.fs.command
-
The base class for all the distributed job based
Commandclasses. - AbstractDistributedJobCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.AbstractDistributedJobCommand
- AbstractFileSystemCommand - Class in alluxio.cli.fs.command
-
The base class for all the FileSystem
Commandclasses. - AbstractFileSystemCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.AbstractFileSystemCommand
- AbstractFsAdminCommand - Class in alluxio.cli.fsadmin.command
-
Base class for fsadmin commands.
- AbstractFsAdminCommand(Context) - Constructor for class alluxio.cli.fsadmin.command.AbstractFsAdminCommand
- AddCommand - Class in alluxio.cli.fsadmin.pathconf
-
Adds path level configurations.
- AddCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.pathconf.AddCommand
- ADDITIONAL_OPTION_NAME - Static variable in class alluxio.cli.bundler.command.CollectLogCommand
- ADDRESS_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.journal.QuorumElectCommand
- ADDRESS_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.journal.QuorumRemoveCommand
- ALL_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.pathconf.ShowCommand
- alluxio.cli - package alluxio.cli
- alluxio.cli.bundler - package alluxio.cli.bundler
- alluxio.cli.bundler.command - package alluxio.cli.bundler.command
- alluxio.cli.docgen - package alluxio.cli.docgen
- alluxio.cli.fs - package alluxio.cli.fs
- alluxio.cli.fs.command - package alluxio.cli.fs.command
- alluxio.cli.fs.command.job - package alluxio.cli.fs.command.job
- alluxio.cli.fsadmin - package alluxio.cli.fsadmin
- alluxio.cli.fsadmin.command - package alluxio.cli.fsadmin.command
- alluxio.cli.fsadmin.doctor - package alluxio.cli.fsadmin.doctor
- alluxio.cli.fsadmin.journal - package alluxio.cli.fsadmin.journal
- alluxio.cli.fsadmin.metrics - package alluxio.cli.fsadmin.metrics
- alluxio.cli.fsadmin.pathconf - package alluxio.cli.fsadmin.pathconf
- alluxio.cli.fsadmin.report - package alluxio.cli.fsadmin.report
- alluxio.cli.job - package alluxio.cli.job
- alluxio.cli.job.command - package alluxio.cli.job.command
- alluxio.cli.util - package alluxio.cli.util
- alluxio.common - package alluxio.common
- alluxio.master - package alluxio.master
- alluxio.master.job - package alluxio.master.job
- alluxio.proxy - package alluxio.proxy
- alluxio.worker - package alluxio.worker
- alluxio.worker.job - package alluxio.worker.job
- AlluxioCommand(String, String) - Constructor for class alluxio.cli.bundler.command.CollectAlluxioInfoCommand.AlluxioCommand
-
Creates an instance of
CollectAlluxioInfoCommand.AlluxioCommand. - AlluxioJobMasterMonitor - Class in alluxio.master.job
-
Alluxio job_master monitor for inquiring AlluxioJobMaster service availability.
- AlluxioJobWorkerMonitor - Class in alluxio.worker.job
-
Alluxio job_worker monitor for inquiring AlluxioJobWorkerMonitor service availability.
- AlluxioMasterMonitor - Class in alluxio.master
-
Alluxio master monitor for inquiring the AlluxioMaster service availability.
- AlluxioProxyMonitor - Class in alluxio.proxy
-
Alluxio proxy monitor for inquiring the AlluxioProxy service availability.
- AlluxioWorkerMonitor - Class in alluxio.worker
-
Alluxio worker monitor for inquiring AlluxioWorker service availability.
- ASYNC_OPTION - Static variable in class alluxio.cli.fs.command.AbstractDistributedJobCommand
B
- BackupCommand - Class in alluxio.cli.fsadmin.command
-
Command for backing up Alluxio master metadata.
- BackupCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.BackupCommand
- BasicCheckpoint - Class in alluxio.cli
-
An example to show to how use Alluxio's API.
- BasicCheckpoint(String, int, FileSystemContext) - Constructor for class alluxio.cli.BasicCheckpoint
- BasicNonByteBufferOperations - Class in alluxio.cli
-
Basic example of using the
FileSystemfor writing to and reading from files. - BasicNonByteBufferOperations(AlluxioURI, ReadType, WriteType, boolean, int, FileSystemContext, WorkerNetAddress) - Constructor for class alluxio.cli.BasicNonByteBufferOperations
- BasicOperations - Class in alluxio.cli
-
Example to show the basic operations of Alluxio.
- BasicOperations(AlluxioURI, ReadType, WriteType, FileSystemContext, WorkerNetAddress) - Constructor for class alluxio.cli.BasicOperations
- BUFFER_SIZE_OPTION - Static variable in class alluxio.cli.fs.command.CpCommand
- build() - Method in class alluxio.master.MasterHealthCheckClient.Builder
- Builder(AlluxioConfiguration) - Constructor for class alluxio.master.MasterHealthCheckClient.Builder
-
Constructs the builder with default values.
C
- 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
-
Creates a new instance of
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
-
Creates a new instance of
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
-
Creates a new instance of
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
-
Creates a new instance of
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
-
Creates a new instance of
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
-
Creates a new instance of
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
-
Creates a new instance of
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
-
Creates a new instance of
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
-
Creates an instance of
CollectJvmInfoCommand. - CollectLogCommand - Class in alluxio.cli.bundler.command
-
Command to collect Alluxio logs.
- CollectLogCommand(FileSystemContext) - Constructor for class alluxio.cli.bundler.command.CollectLogCommand
-
Creates a new instance of
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
-
Creates a new instance of
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
-
Creates a new instance of
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
- convert(String) - Method in class alluxio.cli.TestRunner.WorkerAddressConverter
- convertAddressToStringWebPort(WorkerNetAddress) - Static method in class alluxio.cli.fsadmin.command.WorkerAddressUtils
-
Converts a worker address to string.
- 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
D
- DATETIME_FORMAT - Static variable in class alluxio.cli.fsadmin.report.JobServiceMetricsCommand
- DATETIME_FORMAT - Static variable in class alluxio.cli.fsadmin.report.ProxyCommand
- DECOMMISSION_FAILED - alluxio.cli.fsadmin.command.DecommissionWorkerCommand.ReturnCode
- DECOMMISSIONED_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.command.ReportCommand
- DecommissionWorkerCommand - Class in alluxio.cli.fsadmin.command
-
Decommission a specific batch of workers, the decommissioned worker is not automatically shutdown and will not be picked for new I/O requests.
- DecommissionWorkerCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.DecommissionWorkerCommand
-
Constructs a new instance to decommission a given batch of workers from Alluxio.
- DecommissionWorkerCommand.ReturnCode - Enum in alluxio.cli.fsadmin.command
-
A set of return codes.
- DecommissionWorkerCommand.WorkerStatus - Class in alluxio.cli.fsadmin.command
-
A wrapper managing worker activeness status and deciding whether the worker can be safely killed.
- decompress(String, File) - Static method in class alluxio.cli.bundler.TarUtils
-
Decompresses a tarball to one destination.
- DEFAULT_ACTIVE_JOBS - Static variable in class alluxio.cli.fs.command.AbstractDistributedJobCommand
- description() - Static method in class alluxio.cli.fsadmin.command.DoctorCommand
- description() - Static method in class alluxio.cli.fsadmin.command.JournalCommand
- description() - Static method in class alluxio.cli.fsadmin.command.MetricsCommand
- description() - Static method in class alluxio.cli.fsadmin.command.PathConfCommand
- description() - Static method in class alluxio.cli.fsadmin.command.ReportCommand
- description() - Static method in class alluxio.cli.fsadmin.command.UpdateConfCommand
- description() - Static method in class alluxio.cli.fsadmin.journal.QuorumCommand
- description() - Static method in class alluxio.cli.fsadmin.journal.QuorumElectCommand
- description() - Static method in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
- description() - Static method in class alluxio.cli.fsadmin.journal.QuorumRemoveCommand
- description() - Static method in class alluxio.cli.fsadmin.metrics.ClearCommand
- description() - Static method in class alluxio.cli.fsadmin.pathconf.AddCommand
- description() - Static method in class alluxio.cli.fsadmin.pathconf.ListCommand
- description() - Static method in class alluxio.cli.fsadmin.pathconf.RemoveCommand
- description() - Static method in class alluxio.cli.fsadmin.pathconf.ShowCommand
- DistributedCommandUtil - Class in alluxio.cli.util
-
The util class for command operations.
- DistributedCpCommand - Class in alluxio.cli.fs.command
-
Copies a file or directory specified by args.
- DistributedCpCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.DistributedCpCommand
- distributedLoad(AbstractDistributedJobCommand, CommandLine, String) - Static method in class alluxio.cli.fs.command.DistributedLoadUtils
-
Run the actual distributedLoad command.
- DistributedLoadCommand - Class in alluxio.cli.fs.command
-
Loads a file or directory in Alluxio space, makes it resident in memory.
- DistributedLoadCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.DistributedLoadCommand
-
Constructs a new instance to load a file or directory in Alluxio space.
- DistributedLoadUtils - Class in alluxio.cli.fs.command
-
Utilities Loads a file or directory in Alluxio space, makes it resident in memory.
- DistributedMvCommand - Class in alluxio.cli.fs.command
-
Moves a file or directory specified by args.
- DistributedMvCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.DistributedMvCommand
- DocGenerator - Class in alluxio.cli
-
Utility for generating docs.
- DoctorCommand - Class in alluxio.cli.fsadmin.command
-
Shows errors or warnings that users should pay attention to.
- DoctorCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.DoctorCommand
- DOMAIN_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
- DOMAIN_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.journal.QuorumRemoveCommand
- drain() - Method in class alluxio.cli.fs.command.AbstractDistributedJobCommand
- DuCommand - Class in alluxio.cli.fs.command
-
Displays the size of a file or a directory specified by argv.
- DuCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.DuCommand
E
- EnableWorkerCommand - Class in alluxio.cli.fsadmin.command
-
The DecommissionWorkerCommand can specify to disable certain workers in the cluster, so they are not allowed to register again.
- EnableWorkerCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.EnableWorkerCommand
- equals(Object) - Method in class alluxio.cli.docgen.MetricsDocGenerator.FileWriterKey
- equals(Object) - Method in class alluxio.cli.LogLevel.TargetInfo
- EXCLUDE_OPTION_NAME - Static variable in class alluxio.cli.bundler.command.CollectLogCommand
- ExecuteShellCollectInfoCommand - Class in alluxio.cli.bundler.command
-
Command to run a set of shell commands to get system information.
- ExecuteShellCollectInfoCommand(FileSystemContext) - Constructor for class alluxio.cli.bundler.command.ExecuteShellCollectInfoCommand
-
Creates a new instance of
ExecuteShellCollectInfoCommand.
F
- FILE_ID_OPTION - Static variable in class alluxio.cli.fs.command.StatCommand
- FILE_NAMES_PREFIXES - Static variable in class alluxio.cli.bundler.command.CollectLogCommand
- FileSystemAdminShell - Class in alluxio.cli.fsadmin
-
Shell for admin to manage file system.
- FileSystemAdminShell(AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.FileSystemAdminShell
-
Construct a new instance of
FileSystemAdminShell. - FileSystemAdminShellUtils - Class in alluxio.cli.fsadmin
-
Class for convenience methods used by
FileSystemAdminShell. - FileSystemCommandUtils - Class in alluxio.cli.fs.command
-
Common util methods for executing commands.
- FileSystemShell - Class in alluxio.cli.fs
-
Class for handling command line inputs.
- FileSystemShell(AlluxioConfiguration) - Constructor for class alluxio.cli.fs.FileSystemShell
-
Creates a new instance of
FileSystemShell. - FileSystemShellUtils - Class in alluxio.cli.fs
-
Class for convenience methods used by
FileSystemShell. - FileWriterKey(String, String) - Constructor for class alluxio.cli.docgen.MetricsDocGenerator.FileWriterKey
-
Constructs a
MetricsDocGenerator.FileWriterKey. - FORMAT_OPTION - Static variable in class alluxio.cli.fs.command.StatCommand
- formatLsString(boolean, boolean, boolean, String, String, String, long, long, int, String, String, String) - Static method in class alluxio.cli.fs.command.LsCommand
-
Formats the ls result string.
- FreeCommand - Class in alluxio.cli.fs.command
-
Frees the given file or folder from Alluxio storage (recursively freeing all children if a folder).
- FreeCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.FreeCommand
-
Constructs a new instance to free the given file or folder from Alluxio.
- FreeWorkerCommand - Class in alluxio.cli.fs.command
-
Synchronously free all blocks and directories of specific worker in Alluxio.
- FreeWorkerCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.FreeWorkerCommand
-
Constructs a new instance to free the given worker.
G
- 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, AlluxioConfiguration) - 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
-
Gets all the
AlluxioURIs that match inputURI. - 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
-
Gets the capacity of the
FileSystem. - 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
- getCloser() - Method in class alluxio.cli.fsadmin.command.Context
- GetCmdStatusCommand - Class in alluxio.cli.job.command
-
Get Command status specified by args.
- GetCmdStatusCommand(FileSystemContext) - Constructor for class alluxio.cli.job.command.GetCmdStatusCommand
- getCode() - Method in enum alluxio.cli.fsadmin.command.DecommissionWorkerCommand.ReturnCode
-
Gets the code.
- 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.FreeWorkerCommand
- 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.NeedsSyncCommand
- 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.SyncDirNextTimeCommand
- 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.DecommissionWorkerCommand
- getCommandName() - Method in class alluxio.cli.fsadmin.command.DoctorCommand
- getCommandName() - Method in class alluxio.cli.fsadmin.command.EnableWorkerCommand
- 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(ClientContext, String...) - Static method in class alluxio.cli.GetConf
-
Implements get configuration.
- GetConf - Class in alluxio.cli
-
Utility for printing Alluxio 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.FreeWorkerCommand
- 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.NeedsSyncCommand
- 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.SyncDirNextTimeCommand
- 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.DecommissionWorkerCommand
- getDescription() - Method in class alluxio.cli.fsadmin.command.DoctorCommand
- getDescription() - Method in class alluxio.cli.fsadmin.command.EnableWorkerCommand
- 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.HEADERand 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
- getMessage() - Method in enum alluxio.cli.fsadmin.command.DecommissionWorkerCommand.ReturnCode
-
Gets the message.
- 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) - Static 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.FreeWorkerCommand
- 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.DecommissionWorkerCommand
- getOptions() - Method in class alluxio.cli.fsadmin.command.DoctorCommand
- getOptions() - Method in class alluxio.cli.fsadmin.command.EnableWorkerCommand
- 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.FreeWorkerCommand
- 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.NeedsSyncCommand
- 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.SyncDirNextTimeCommand
- 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.DecommissionWorkerCommand
- getUsage() - Method in class alluxio.cli.fsadmin.command.DoctorCommand
- getUsage() - Method in class alluxio.cli.fsadmin.command.EnableWorkerCommand
- 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
-
Gets number of bytes used in the
FileSystem. - 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.
H
- hashCode() - Method in class alluxio.cli.docgen.MetricsDocGenerator.FileWriterKey
- hashCode() - Method in class alluxio.cli.LogLevel.TargetInfo
- HeadCommand - Class in alluxio.cli.fs.command
-
Prints the file's first n bytes (by default, 1KB) to the console.
- HeadCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.HeadCommand
- HELP_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.command.DoctorCommand
- HELP_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.command.ReportCommand
- HelpCommand - Class in alluxio.cli.fs.command
-
Command for print help message for the given command.
- HelpCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.HelpCommand
- HmsTests - Class in alluxio.cli
-
Class for running tests against an existing hive metastore.
- HmsTests() - Constructor for class alluxio.cli.HmsTests
I
- IN_ALLUXIO_STATE_DIR - Static variable in class alluxio.cli.fs.command.LsCommand
- IN_ALLUXIO_STATE_FILE_FORMAT - Static variable in class alluxio.cli.fs.command.LsCommand
- INCLUDE_OPTION_NAME - Static variable in class alluxio.cli.bundler.command.CollectLogCommand
- inferFileStartTime(File) - Static method in class alluxio.cli.bundler.command.CollectLogCommand
-
Infer the starting time of a log file by parsing the log entries from the beginning.
- isServing() - Method in class alluxio.common.RpcPortHealthCheckClient
- isServing() - Method in class alluxio.master.MasterHealthCheckClient
- isServing() - Method in class alluxio.proxy.ProxyHealthCheckClient
J
- JOB_MASTER - alluxio.master.MasterHealthCheckClient.MasterType
- JobAttempt - Class in alluxio.cli.fs.command.job
-
Abstract class for handling submission for a job.
- JobAttempt(JobMasterClient, RetryPolicy) - Constructor for class alluxio.cli.fs.command.job.JobAttempt
- JobMasterRpcHealthCheckClient - Class in alluxio.master.job
-
JobMasterHealthCheckClient check if job_master is serving RPC.
- JobMasterRpcHealthCheckClient(InetSocketAddress, Supplier<RetryPolicy>, AlluxioConfiguration) - Constructor for class alluxio.master.job.JobMasterRpcHealthCheckClient
-
Creates a job_master health check client.
- JobServiceMetricsCommand - Class in alluxio.cli.fsadmin.report
-
Prints job service metric information.
- JobServiceMetricsCommand(JobMasterClient, PrintStream, String) - Constructor for class alluxio.cli.fsadmin.report.JobServiceMetricsCommand
-
Creates a new instance of
JobServiceMetricsCommand. - JobShell - Class in alluxio.cli.job
-
Class for handling job command line inputs.
- JobShell(AlluxioConfiguration) - Constructor for class alluxio.cli.job.JobShell
-
Creates a new instance of
JobShell. - JobWorkerHealthCheckClient - Class in alluxio.worker.job
-
JobWorkerHealthCheckClient check if worker is serving RPC.
- JobWorkerHealthCheckClient(InetSocketAddress, Supplier<RetryPolicy>, AlluxioConfiguration) - Constructor for class alluxio.worker.job.JobWorkerHealthCheckClient
-
Creates a worker health check client.
- JournalCommand - Class in alluxio.cli.fsadmin.command
-
Command for seeing/managing quorum state of embedded journal.
- JournalCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.JournalCommand
- JournalCrashTest - Class in alluxio.cli
-
Class to perform Journal crash test.
K
- KEYS_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.pathconf.RemoveCommand
L
- LeaderCommand - Class in alluxio.cli.fs.command
-
Deprecated.This command will be deprecated as of v3.0, use
MasterInfoCommand - LeaderCommand - Class in alluxio.cli.job.command
-
Prints the current leader master host name.
- LeaderCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.LeaderCommand
-
Deprecated.
- 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 - Class in alluxio.cli.job.command
-
Lists the job ids in the history.
- ListCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.pathconf.ListCommand
- 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() - Method in class alluxio.cli.fsadmin.FileSystemAdminShell
- loadCommands() - Method in class alluxio.cli.job.JobShell
- loadCommands(FileSystemContext) - Static method in class alluxio.cli.fs.FileSystemShellUtils
-
Gets all
Commandinstances in the same package asFileSystemShelland load them into a map. - 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(String[], AlluxioConfiguration) - Static method in class alluxio.cli.LogLevel
-
Implements log level setting and getting.
- LogLevel - Class in alluxio.cli
-
Sets or gets the log level for the specified server.
- LogLevel.TargetInfo - Class in alluxio.cli
-
Object that represents a REST endpoint that logLevel sends HTTP request to.
- LOST_MASTER_CONNECTION - alluxio.cli.fsadmin.command.DecommissionWorkerCommand.ReturnCode
- LOST_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.command.ReportCommand
- LOST_SOME_WORKERS - alluxio.cli.fsadmin.command.DecommissionWorkerCommand.ReturnCode
- 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.
M
- 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.
- MASTER - alluxio.master.MasterHealthCheckClient.MasterType
- 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
-
Builder for a
MasterHealthCheckClient. - 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
- masterMetrics(FileSystemContext) - Static method in class alluxio.cli.bundler.command.CollectMetricsCommand
-
Get master metrics.
- MasterServingHealthCheck(InetSocketAddress, ServiceType, Supplier<RetryPolicy>, AlluxioConfiguration) - Constructor for class alluxio.master.MasterHealthCheckClient.MasterServingHealthCheck
-
Creates a new instance of
MasterHealthCheckClient.MasterServingHealthCheckto check for an open RPC port for the given service. - 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 - Class in alluxio.cli.fsadmin.report
-
Prints Alluxio metrics information.
- MetricsCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.MetricsCommand
- MetricsCommand(MetricsMasterClient, PrintStream) - Constructor for class alluxio.cli.fsadmin.report.MetricsCommand
-
Creates a new instance of
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
N
- NeedsSyncCommand - Class in alluxio.cli.fs.command
-
Marks a path in Alluxio as needing metadata synchronization with the UFS.
- NeedsSyncCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.NeedsSyncCommand
-
Constructs a new instance of a needsSync command for the given Alluxio path.
- nonClientScopePropertyException(PropertyKey) - Static method in class alluxio.cli.fsadmin.pathconf.AddCommand
O
- OK - alluxio.cli.fsadmin.command.DecommissionWorkerCommand.ReturnCode
- ONE_MIN_EXP_BACKOFF - Static variable in class alluxio.worker.AlluxioWorkerMonitor
- OPTIONS - Static variable in class alluxio.cli.bundler.command.CollectLogCommand
- OPTIONS - Static variable in class alluxio.cli.bundler.command.CollectMetricsCommand
- OUTPUT_HEADER_DOMAIN - Static variable in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
- OUTPUT_HEADER_LEADING_MASTER - Static variable in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
- OUTPUT_HEADER_QUORUM_SIZE - Static variable in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
- OUTPUT_RESULT - Static variable in class alluxio.cli.fsadmin.journal.QuorumRemoveCommand
- OUTPUT_SERVER_INFO - Static variable in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
P
- parseDateTime(String) - Static method in class alluxio.cli.bundler.command.CollectLogCommand
-
Identifies the datetime from a certain piece of log by trying various known patterns.
- parseOptTarget(CommandLine, AlluxioConfiguration) - Static method in class alluxio.cli.LogLevel
-
Parse the command options to a list of targets endpoints.
- parseWorkerAddresses(String, AlluxioConfiguration) - Static method in class alluxio.cli.fsadmin.command.WorkerAddressUtils
-
Parses a string to worker addresses.
- PathConfCommand - Class in alluxio.cli.fsadmin.command
-
Manages path level configuration.
- PathConfCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.PathConfCommand
- PersistCommand - Class in alluxio.cli.fs.command
-
Persists files or directories currently stored only in Alluxio to the UnderFileSystem.
- PersistCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.PersistCommand
- PinCommand - Class in alluxio.cli.fs.command
-
Pins the given file or folder (recursively pinning all children if a folder).
- PinCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.PinCommand
- postProcessing(long) - Method in class alluxio.cli.fs.command.AbstractDistributedJobCommand
-
Do post-processing on the command information, including printing file paths and statistics.
- printCommandInfo(Command, PrintWriter) - Static method in class alluxio.cli.fs.command.HelpCommand
-
Prints the info about a command to the given print writer.
- printHelp(String) - Static method in class alluxio.cli.bundler.CollectInfo
-
Prints the help message.
- printHelp(String) - Static method in class alluxio.cli.DocGenerator
-
Prints the help message.
- printHelp(String) - Static method in class alluxio.cli.GetConf
-
Prints the help message.
- printHelp(String) - Static method in class alluxio.cli.LogLevel
-
Prints the help message.
- printHelp(String) - Static method in class alluxio.cli.ValidateHdfsMount
-
Print help with the message.
- printMountInfo(Map<String, MountPointInfo>) - Static method in class alluxio.cli.fsadmin.report.UfsCommand
-
Prints mount information for a mount table.
- printUsage(Options) - Static method in class alluxio.cli.Version
-
Prints the usage of the version command.
- ProcessCheckRunnable(String) - Constructor for class alluxio.master.MasterHealthCheckClient.ProcessCheckRunnable
-
Creates a new instance of ProcessCheckRunnable.
- processFailures(String, Set<String>, String) - Method in class alluxio.cli.fs.command.AbstractDistributedJobCommand
- processHeader(CommandLine) - Method in class alluxio.cli.fs.command.AbstractFileSystemCommand
-
Processes the header of the command.
- processHeader(CommandLine) - Method in class alluxio.cli.fs.command.DuCommand
- PROPERTY_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.pathconf.AddCommand
- ProxyCommand - Class in alluxio.cli.fsadmin.report
-
Prints information about proxy instances in the cluster.
- ProxyCommand(MetaMasterClient, PrintStream) - Constructor for class alluxio.cli.fsadmin.report.ProxyCommand
-
Creates a new instance of
ProxyCommand. - ProxyHealthCheckClient - Class in alluxio.proxy
-
ProxyHealthCheckClient check if the proxy server is serving requests.
- ProxyHealthCheckClient(InetSocketAddress, Supplier<RetryPolicy>) - Constructor for class alluxio.proxy.ProxyHealthCheckClient
-
Creates a proxy health check client.
Q
- QuorumCommand - Class in alluxio.cli.fsadmin.journal
-
Command for seeing/managing quorum state of embedded journal.
- QuorumCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.journal.QuorumCommand
- QuorumElectCommand - Class in alluxio.cli.fsadmin.journal
-
Command for transferring the leadership to another master within a quorum.
- QuorumElectCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.journal.QuorumElectCommand
- QuorumInfoCommand - Class in alluxio.cli.fsadmin.journal
-
Command for querying journal quorum information.
- QuorumInfoCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.journal.QuorumInfoCommand
- QuorumRemoveCommand - Class in alluxio.cli.fsadmin.journal
-
Command for removing a server from journal quorum.
- QuorumRemoveCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.journal.QuorumRemoveCommand
R
- registerCommand(String, ShellCommand, ShellCommand) - Method in class alluxio.cli.bundler.command.ExecuteShellCollectInfoCommand
- registerCommands() - Method in class alluxio.cli.bundler.command.CollectAlluxioInfoCommand
- registerCommands() - Method in class alluxio.cli.bundler.command.CollectEnvCommand
- registerCommands() - Method in class alluxio.cli.bundler.command.ExecuteShellCollectInfoCommand
- RemoveCommand - Class in alluxio.cli.fsadmin.pathconf
-
Removes path level configurations.
- RemoveCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.pathconf.RemoveCommand
- ReportCommand - Class in alluxio.cli.fsadmin.command
-
Reports Alluxio running cluster information.
- ReportCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.ReportCommand
- RESET_FAILED - Static variable in class alluxio.cli.fsadmin.journal.QuorumElectCommand
- RESET_INIT - Static variable in class alluxio.cli.fsadmin.journal.QuorumElectCommand
- RESET_SUCCESS - Static variable in class alluxio.cli.fsadmin.journal.QuorumElectCommand
- RmCommand - Class in alluxio.cli.fs.command
-
Removes the file specified by argv.
- RmCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.RmCommand
- ROLE_FUSE - Static variable in class alluxio.cli.LogLevel
- ROLE_JOB_MASTER - Static variable in class alluxio.cli.LogLevel
- ROLE_JOB_MASTERS - Static variable in class alluxio.cli.LogLevel
- ROLE_JOB_WORKER - Static variable in class alluxio.cli.LogLevel
- ROLE_JOB_WORKERS - Static variable in class alluxio.cli.LogLevel
- ROLE_MASTER - Static variable in class alluxio.cli.LogLevel
- ROLE_MASTERS - Static variable in class alluxio.cli.LogLevel
- ROLE_WORKER - Static variable in class alluxio.cli.LogLevel
- ROLE_WORKERS - Static variable in class alluxio.cli.LogLevel
- RpcPortHealthCheckClient - Class in alluxio.common
-
RpcPortHealthCheckClient check if worker is serving RPC.
- RpcPortHealthCheckClient(InetSocketAddress, ServiceType, Supplier<RetryPolicy>, AlluxioConfiguration) - Constructor for class alluxio.common.RpcPortHealthCheckClient
-
Creates a worker health check client.
- run() - Method in class alluxio.cli.fs.command.job.JobAttempt
-
Runs the job.
- run() - Method in class alluxio.cli.fsadmin.doctor.ConfigurationCommand
-
Runs doctor configuration command.
- run() - Method in class alluxio.cli.fsadmin.doctor.StorageCommand
-
Runs doctor storage command.
- run() - Method in class alluxio.cli.fsadmin.report.JobServiceMetricsCommand
-
Runs a job services report metrics command.
- run() - Method in class alluxio.cli.fsadmin.report.MetricsCommand
-
Runs report metrics command.
- run() - Method in class alluxio.cli.fsadmin.report.ProxyCommand
-
Runs a proxy report command.
- run() - Method in class alluxio.cli.fsadmin.report.SummaryCommand
-
Runs report summary command.
- run() - Method in class alluxio.cli.fsadmin.report.UfsCommand
-
Runs report ufs command.
- run() - Method in class alluxio.master.MasterHealthCheckClient.MasterServingHealthCheck
- run() - Method in class alluxio.master.MasterHealthCheckClient.ProcessCheckRunnable
- run(String[]) - Method in class alluxio.cli.RunOperation
- run(CommandLine) - Method in class alluxio.cli.bundler.command.CollectConfigCommand
- run(CommandLine) - Method in class alluxio.cli.bundler.command.CollectJvmInfoCommand
- run(CommandLine) - Method in class alluxio.cli.bundler.command.CollectLogCommand
- run(CommandLine) - Method in class alluxio.cli.bundler.command.CollectMetricsCommand
- run(CommandLine) - Method in class alluxio.cli.bundler.command.ExecuteShellCollectInfoCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.CatCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.CheckConsistencyCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.ChecksumCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.ChgrpCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.ChmodCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.ChownCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.CopyFromLocalCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.CopyToLocalCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.CountCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.CpCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.DistributedCpCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.DistributedLoadCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.DistributedMvCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.DuCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.FreeCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.FreeWorkerCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.GetCapacityBytesCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.GetFaclCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.GetSyncPathListCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.GetUsedBytesCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.HeadCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.HelpCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.LeaderCommand
-
Deprecated.
- run(CommandLine) - Method in class alluxio.cli.fs.command.LoadCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.LoadMetadataCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.LocationCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.LsCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.MasterInfoCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.MkdirCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.MountCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.MvCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.NeedsSyncCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.PersistCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.PinCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.RmCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.SetFaclCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.SetReplicationCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.SetTtlCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.StartSyncCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.StatCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.StopSyncCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.SyncDirNextTimeCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.TailCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.TestCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.TouchCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.UnmountCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.UnpinCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.UnsetTtlCommand
- run(CommandLine) - Method in class alluxio.cli.fs.command.UpdateMountCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.command.BackupCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.command.DecommissionWorkerCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.command.DoctorCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.command.EnableWorkerCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.command.GetBlockInfoCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.command.ReportCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.command.StateLockHoldersCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.command.UfsCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.command.UpdateConfCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.journal.CheckpointCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.journal.QuorumElectCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.journal.QuorumRemoveCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.metrics.ClearCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.pathconf.AddCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.pathconf.ListCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.pathconf.RemoveCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.pathconf.ShowCommand
- run(CommandLine) - Method in class alluxio.cli.fsadmin.report.CapacityCommand
-
Runs report capacity command.
- run(CommandLine) - Method in class alluxio.cli.job.command.CancelCommand
- run(CommandLine) - Method in class alluxio.cli.job.command.GetCmdStatusCommand
- run(CommandLine) - Method in class alluxio.cli.job.command.LeaderCommand
- run(CommandLine) - Method in class alluxio.cli.job.command.ListCommand
- run(CommandLine) - Method in class alluxio.cli.job.command.StatCommand
- runDistLoad(AbstractDistributedJobCommand, AlluxioURI, int, int, Set<String>, Set<String>, Set<String>, Set<String>, boolean) - Static method in class alluxio.cli.fs.command.DistributedLoadUtils
-
Run the actual distributedLoad command.
- RunOperation - Class in alluxio.cli
-
Class for running an operation multiple times.
- RunOperation(AlluxioConfiguration) - Constructor for class alluxio.cli.RunOperation
-
Constructs a new
RunOperationobject. - runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.AbstractFileSystemCommand
-
Runs the command for a particular URI that does not contain wildcard in its path.
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.CatCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.CheckConsistencyCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.ChecksumCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.ChgrpCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.ChmodCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.ChownCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.DuCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.FreeCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.GetFaclCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.HeadCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.LoadCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.LoadMetadataCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.LocationCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.LsCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.NeedsSyncCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.PinCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.RmCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.SetFaclCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.SetTtlCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.StartSyncCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.StatCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.StopSyncCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.SyncDirNextTimeCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.TailCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.TouchCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.UnmountCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.UnpinCommand
- runPlainPath(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.UnsetTtlCommand
- runWildCardCmd(AlluxioURI, CommandLine) - Method in class alluxio.cli.fs.command.AbstractFileSystemCommand
-
Runs the command for a particular URI that may contain wildcard in its path.
S
- serving() - Method in class alluxio.master.MasterHealthCheckClient.MasterServingHealthCheck
- setDirectChildrenLoaded(FileSystem, AlluxioURI, boolean) - Static method in class alluxio.cli.fs.command.FileSystemCommandUtils
-
Sets direct children loaded.
- SetFaclCommand - Class in alluxio.cli.fs.command
-
Displays ACL info of a path.
- SetFaclCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.SetFaclCommand
- setFailedFiles() - Method in class alluxio.cli.fs.command.job.JobAttempt
- setPinned(FileSystem, AlluxioURI, boolean, List<String>) - Static method in class alluxio.cli.fs.command.FileSystemCommandUtils
-
Sets pin state for the input path.
- SetReplicationCommand - Class in alluxio.cli.fs.command
-
Changes the replication level of a file or directory specified by args.
- SetReplicationCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.SetReplicationCommand
- setTtl(FileSystem, AlluxioURI, long, TtlAction) - Static method in class alluxio.cli.fs.command.FileSystemCommandUtils
-
Sets a new TTL value or unsets an existing TTL value for file at path.
- SetTtlCommand - Class in alluxio.cli.fs.command
-
Sets a new TTL value for the file at path both of the TTL value and the path are specified by args.
- SetTtlCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.SetTtlCommand
- ShowCommand - Class in alluxio.cli.fsadmin.pathconf
-
Show path level configurations.
- ShowCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.pathconf.ShowCommand
- SPECIFIED_OPTION_NAME - Static variable in class alluxio.cli.fsadmin.command.ReportCommand
- StartSyncCommand - Class in alluxio.cli.fs.command
-
Start a polling sync of a particular path.
- StartSyncCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.StartSyncCommand
- StatCommand - Class in alluxio.cli.fs.command
-
Displays the path's info.
- StatCommand - Class in alluxio.cli.job.command
-
Displays the status of the job.
- StatCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.StatCommand
- StatCommand(FileSystemContext) - Constructor for class alluxio.cli.job.command.StatCommand
-
Creates the job stat command.
- StateLockHoldersCommand - Class in alluxio.cli.fsadmin.command
-
CI Command to get state lock holder thread identifiers.
- StateLockHoldersCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.StateLockHoldersCommand
- StopSyncCommand - Class in alluxio.cli.fs.command
-
This class represents a stop sync command.
- StopSyncCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.StopSyncCommand
-
Create a StopSync Command object.
- StorageCommand - Class in alluxio.cli.fsadmin.doctor
-
Prints server-side storage errors and warnings.
- StorageCommand(BlockMasterClient, PrintStream) - Constructor for class alluxio.cli.fsadmin.doctor.StorageCommand
-
Creates a new instance of
StorageCommand. - stringToAddress(String) - Static method in class alluxio.cli.fsadmin.journal.QuorumCommand
- submit(CmdConfig) - Method in class alluxio.cli.fs.command.AbstractDistributedJobCommand
- SummaryCommand - Class in alluxio.cli.fsadmin.report
-
Prints Alluxio cluster summarized information.
- SummaryCommand(MetaMasterClient, BlockMasterClient, String, PrintStream) - Constructor for class alluxio.cli.fsadmin.report.SummaryCommand
-
Creates a new instance of
SummaryCommand. - SyncDirNextTimeCommand - Class in alluxio.cli.fs.command
-
Sync direct children next time command.
- SyncDirNextTimeCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.SyncDirNextTimeCommand
T
- TailCommand - Class in alluxio.cli.fs.command
-
Prints the file's last n bytes (by default, 1KB) to the console.
- TailCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.TailCommand
- TARGET_OPTION_NAME - Static variable in class alluxio.cli.LogLevel
- TARGET_SEPARATOR - Static variable in class alluxio.cli.LogLevel
- TargetInfo(String, int, String) - Constructor for class alluxio.cli.LogLevel.TargetInfo
-
Constructor.
- TarUtils - Class in alluxio.cli.bundler
-
Utilities for generating .tar.gz files.
- TarUtils() - Constructor for class alluxio.cli.bundler.TarUtils
- TEST_DIRECTORY_NAME - Static variable in class alluxio.cli.TestRunner
-
Directory for the test generated files.
- TestCommand - Class in alluxio.cli.fs.command
-
Tests properties of the path specified in args.
- TestCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.TestCommand
- TestRunner - Class in alluxio.cli
-
Driver to run Alluxio tests.
- TestRunner.WorkerAddressConverter - Class in alluxio.cli
-
Parses worker address param.
- THREAD_OPTION - Static variable in class alluxio.cli.fs.command.CpCommand
- toString() - Method in class alluxio.cli.LogLevel.TargetInfo
- TouchCommand - Class in alluxio.cli.fs.command
-
Creates a 0 byte file specified by argv.
- TouchCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.TouchCommand
- TRANSFER_FAILED - Static variable in class alluxio.cli.fsadmin.journal.QuorumElectCommand
- TRANSFER_INIT - Static variable in class alluxio.cli.fsadmin.journal.QuorumElectCommand
- TRANSFER_SUCCESS - Static variable in class alluxio.cli.fsadmin.journal.QuorumElectCommand
- TWO_MIN_EXP_BACKOFF - Static variable in class alluxio.master.AlluxioMasterMonitor
U
- UfsCommand - Class in alluxio.cli.fsadmin.command
-
Update attributes for an existing mount point.
- UfsCommand - Class in alluxio.cli.fsadmin.report
-
Prints under filesystem information.
- UfsCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.UfsCommand
- UfsCommand(FileSystemMasterClient) - Constructor for class alluxio.cli.fsadmin.report.UfsCommand
-
Creates a new instance of
UfsCommand. - UnmountCommand - Class in alluxio.cli.fs.command
-
Unmounts an Alluxio path.
- UnmountCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.UnmountCommand
- UnpinCommand - Class in alluxio.cli.fs.command
-
Unpins the given file or folder (recursively unpinning all children if a folder).
- UnpinCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.UnpinCommand
- UnsetTtlCommand - Class in alluxio.cli.fs.command
-
Unsets the TTL value for the given path.
- UnsetTtlCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.UnsetTtlCommand
- UpdateConfCommand - Class in alluxio.cli.fsadmin.command
-
Update config for an existing service.
- UpdateConfCommand(Context, AlluxioConfiguration) - Constructor for class alluxio.cli.fsadmin.command.UpdateConfCommand
- UpdateMountCommand - Class in alluxio.cli.fs.command
-
Update options for an Alluxio mount point.
- UpdateMountCommand(FileSystemContext) - Constructor for class alluxio.cli.fs.command.UpdateMountCommand
- usage() - Static method in class alluxio.cli.fsadmin.command.DoctorCommand
- usage() - Static method in class alluxio.cli.fsadmin.command.ReportCommand
V
- validateArgs(CommandLine) - Method in class alluxio.cli.bundler.command.AbstractCollectInfoCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.CatCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.CheckConsistencyCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.ChecksumCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.ChgrpCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.ChmodCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.ChownCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.CopyFromLocalCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.CopyToLocalCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.CountCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.CpCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.DistributedCpCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.DistributedLoadCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.DistributedMvCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.DuCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.FreeCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.GetCapacityBytesCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.GetFaclCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.GetSyncPathListCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.GetUsedBytesCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.HeadCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.HelpCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.LeaderCommand
-
Deprecated.
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.LoadCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.LoadMetadataCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.LocationCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.LsCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.MasterInfoCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.MkdirCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.MountCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.MvCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.NeedsSyncCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.PersistCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.PinCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.RmCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.SetFaclCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.SetReplicationCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.SetTtlCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.StartSyncCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.StatCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.StopSyncCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.SyncDirNextTimeCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.TailCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.TestCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.TouchCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.UnmountCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.UnpinCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.UnsetTtlCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fs.command.UpdateMountCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.command.BackupCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.command.DoctorCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.command.GetBlockInfoCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.command.ReportCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.command.UfsCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.journal.CheckpointCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.journal.QuorumElectCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.journal.QuorumInfoCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.journal.QuorumRemoveCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.metrics.ClearCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.pathconf.AddCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.pathconf.ListCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.pathconf.RemoveCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.fsadmin.pathconf.ShowCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.job.command.CancelCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.job.command.GetCmdStatusCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.job.command.LeaderCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.job.command.ListCommand
- validateArgs(CommandLine) - Method in class alluxio.cli.job.command.StatCommand
- ValidateConf - Class in alluxio.cli
-
Validate the Alluxio configuration.
- ValidateHdfsMount - Class in alluxio.cli
-
A tool to validate an HDFS mount, before the path is mounted to Alluxio.
- ValidateHdfsMount() - Constructor for class alluxio.cli.ValidateHdfsMount
- validatePath(String, AlluxioConfiguration) - Static method in class alluxio.cli.fs.FileSystemShellUtils
-
Validates the path, verifying that it contains the
Constants.HEADERand a hostname:port specified. - valueOf(String) - Static method in enum alluxio.cli.fsadmin.command.DecommissionWorkerCommand.ReturnCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum alluxio.master.MasterHealthCheckClient.MasterType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum alluxio.cli.fsadmin.command.DecommissionWorkerCommand.ReturnCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum alluxio.master.MasterHealthCheckClient.MasterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Version - Class in alluxio.cli
-
The version of the current build.
W
- waitForCmd(long) - Method in class alluxio.cli.fs.command.AbstractDistributedJobCommand
-
Waits for command to complete.
- waitJob() - Method in class alluxio.cli.fs.command.AbstractDistributedJobCommand
-
Waits for at least one job to complete.
- withAlluxioMasterType(MasterHealthCheckClient.MasterType) - Method in class alluxio.master.MasterHealthCheckClient.Builder
- withConfiguration(AlluxioConfiguration) - Method in class alluxio.master.MasterHealthCheckClient.Builder
- withProcessCheck(boolean) - Method in class alluxio.master.MasterHealthCheckClient.Builder
- withRetryPolicy(Supplier<RetryPolicy>) - Method in class alluxio.master.MasterHealthCheckClient.Builder
- WORKER_ERROR_THRESHOLD - Static variable in class alluxio.cli.fsadmin.command.DecommissionWorkerCommand.WorkerStatus
- WORKER_QUIET_THRESHOLD - Static variable in class alluxio.cli.fsadmin.command.DecommissionWorkerCommand.WorkerStatus
- WorkerAddressConverter() - Constructor for class alluxio.cli.TestRunner.WorkerAddressConverter
- workerAddressListToString(Collection<WorkerNetAddress>) - Static method in class alluxio.cli.fsadmin.command.WorkerAddressUtils
-
Convert a list of worker addresses to string.
- WorkerAddressUtils - Class in alluxio.cli.fsadmin.command
-
A util class for worker address -> string conversion.
- WorkerAddressUtils() - Constructor for class alluxio.cli.fsadmin.command.WorkerAddressUtils
- WorkerHealthCheckClient - Class in alluxio.worker
-
WorkerHealthCheckClient check if worker is serving RPC.
- WorkerHealthCheckClient(InetSocketAddress, Supplier<RetryPolicy>, AlluxioConfiguration) - Constructor for class alluxio.worker.WorkerHealthCheckClient
-
Creates a worker health check client.
- workerListToString(Set<BlockWorkerInfo>) - Static method in class alluxio.cli.fsadmin.command.WorkerAddressUtils
-
Converts a set of worker metadata to string.
- workerMetrics(FileSystemContext) - Static method in class alluxio.cli.bundler.command.CollectMetricsCommand
-
Get metrics from each worker.
- WORKERS_NOT_IDLE - alluxio.cli.fsadmin.command.DecommissionWorkerCommand.ReturnCode
- writeCSVFile(Collection<? extends PropertyKey>, String) - Static method in class alluxio.cli.docgen.ConfigurationDocGenerator
-
Writes property key to csv files.
- writeYMLFile(Collection<? extends PropertyKey>, String) - Static method in class alluxio.cli.docgen.ConfigurationDocGenerator
-
Writes description of property key to yml files.
All Classes All Packages