| Package | Description |
|---|---|
| alluxio.cli.fs.command |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedCpCommand
Copies a file or directory specified by args.
|
class |
DistributedLoadCommand
Loads a file or directory in Alluxio space, makes it resident in memory.
|
class |
DistributedMvCommand
Moves a file or directory specified by args.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
DistributedLoadUtils.distributedLoad(AbstractDistributedJobCommand command,
org.apache.commons.cli.CommandLine cl,
java.lang.String pathStr)
Run the actual distributedLoad command.
|
static java.lang.Long |
DistributedLoadUtils.runDistLoad(AbstractDistributedJobCommand command,
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.
|
Copyright © 2022. All Rights Reserved.