Package | Description |
---|---|
alluxio.master | |
alluxio.master.file | |
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.job |
Modifier and Type | Method and Description |
---|---|
void |
LocalAlluxioJobCluster.start()
Starts both master and a worker using the configurations in test conf respectively.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.startSync(AlluxioURI syncPoint) |
void |
FileSystemMaster.startSync(AlluxioURI alluxioURI)
starts active sync on a specified alluxioURI.
|
Modifier and Type | Method and Description |
---|---|
static void |
JobWorkerIdRegistry.registerWorker(JobMasterClient jobMasterClient,
WorkerNetAddress workerAddress)
Registers with
JobMaster to get a new job worker id. |
Modifier and Type | Method and Description |
---|---|
long |
JobMasterClient.registerWorker(WorkerNetAddress address)
Returns a worker id for a workers net address.
|
Copyright © 2023. All Rights Reserved.