- saveWorkdir() - Method in class alluxio.multi.process.MultiProcessCluster
-
Copies the work directory to the artifacts folder.
- setAlluxioWorkDirectory(String) - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Sets Alluxio work directory.
- setClusterName(String) - Method in class alluxio.multi.process.MultiProcessCluster.Builder
-
- setHostname() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Sets hostname.
- setMasterProperties(Map<Integer, Map<PropertyKey, String>>) - Method in class alluxio.multi.process.MultiProcessCluster.Builder
-
Sets master specific properties.
- setNoFormat(boolean) - Method in class alluxio.multi.process.MultiProcessCluster.Builder
-
- setNumMasters(int) - Method in class alluxio.multi.process.MultiProcessCluster.Builder
-
- setNumWorkers(int) - Method in class alluxio.multi.process.MultiProcessCluster.Builder
-
- setProperty(PropertyKey, String) - Method in class alluxio.master.LocalAlluxioJobCluster
-
Overrides properties for the Job Master and Worker before starting.
- setupTest() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Sets up corresponding directories for tests.
- setWorkerProperties(Map<Integer, Map<PropertyKey, String>>) - Method in class alluxio.multi.process.MultiProcessCluster.Builder
-
Sets worker specific properties.
- start() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Starts both master and a worker using the configurations in test conf respectively.
- start() - Method in class alluxio.master.LocalAlluxioJobCluster
-
Starts both master and a worker using the configurations in test conf respectively.
- start() - Method in class alluxio.master.LocalAlluxioMaster
-
Starts the master.
- start() - Method in class alluxio.multi.process.ExternalProcess
-
Starts the process.
- start() - Method in class alluxio.multi.process.Master
-
Launches the master process.
- start() - Method in class alluxio.multi.process.MultiProcessCluster
-
Starts the cluster, launching all server processes.
- start() - Method in class alluxio.multi.process.Worker
-
Launches the worker process.
- startMaster(int) - Method in class alluxio.multi.process.MultiProcessCluster
-
Starts the specified master.
- startMasters() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Configures and starts the master(s).
- startMasters() - Method in class alluxio.master.LocalAlluxioCluster
-
- startMasters() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
-
- startMasters() - Method in class alluxio.multi.process.MultiProcessCluster
-
Starts all masters.
- startNewMasters(int, boolean) - Method in class alluxio.multi.process.MultiProcessCluster
-
Start a number of new master nodes.
- startWorker(int) - Method in class alluxio.multi.process.MultiProcessCluster
-
Starts the specified worker.
- startWorkers() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Configures and starts the worker(s).
- startWorkers() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
-
- stop() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Stops both the alluxio and underfs service threads.
- stop() - Method in class alluxio.master.LocalAlluxioCluster
-
- stop() - Method in class alluxio.master.LocalAlluxioJobCluster
-
Stops the alluxio job service threads.
- stop() - Method in class alluxio.master.LocalAlluxioMaster
-
Stops the master processes and cleans up client connections.
- stop() - Method in class alluxio.multi.process.ExternalProcess
-
Stops the process.
- stopFS() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Stops the alluxio filesystem's service thread only.
- stopFS() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
-
- stopLeader() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
-
Iterates over the masters in the order of master creation, stops the leader master.
- stopMaster(int) - Method in class alluxio.multi.process.MultiProcessCluster
-
- stopMasters() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Stops the masters.
- stopMasters() - Method in class alluxio.master.LocalAlluxioCluster
-
- stopMasters() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
-
- stopMasters() - Method in class alluxio.multi.process.MultiProcessCluster
-
Stops all masters.
- stopProxy() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Stops the proxy.
- stopStandby() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
-
Iterates over the masters in the order of master creation, stops the first standby master.
- stopWorker(int) - Method in class alluxio.multi.process.MultiProcessCluster
-
- stopWorkers() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Stops the workers.
- stopZk() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
-
Stops the cluster's Zookeeper service.
- stopZk() - Method in class alluxio.multi.process.MultiProcessCluster
-
Stops the Zookeeper cluster.