Uses of Class
alluxio.cli.fs.command.AbstractDistributedJobCommand
-
Packages that use AbstractDistributedJobCommand Package Description alluxio.cli.fs.command -
-
Uses of AbstractDistributedJobCommand in alluxio.cli.fs.command
Subclasses of AbstractDistributedJobCommand in alluxio.cli.fs.command Modifier and Type Class Description classDistributedCpCommandCopies a file or directory specified by args.classDistributedLoadCommandLoads a file or directory in Alluxio space, makes it resident in memory.classDistributedMvCommandMoves a file or directory specified by args.Methods in alluxio.cli.fs.command with parameters of type AbstractDistributedJobCommand Modifier and Type Method Description static intDistributedLoadUtils. distributedLoad(AbstractDistributedJobCommand command, org.apache.commons.cli.CommandLine cl, java.lang.String pathStr)Run the actual distributedLoad command.static longDistributedLoadUtils. runDistLoad(AbstractDistributedJobCommand command, alluxio.AlluxioURI filePath, int replication, int batchSize, java.util.Set<java.lang.String> workerSet, java.util.Set<java.lang.String> excludedWorkerSet, java.util.Set<java.lang.String> localityIds, java.util.Set<java.lang.String> excludedLocalityIds, boolean directCache)Run the actual distributedLoad command.
-