- setAlluxioWorkDirectory() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Sets Alluxio work directory.
- setHostname() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Sets hostname.
- setupTest() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Sets up corresponding directories for tests.
- shutdown() - Method in class alluxio.underfs.LocalFileSystemCluster
-
- shutdown() - Method in class alluxio.underfs.UnderFileSystemCluster
-
Stops the underfs cluster system.
- 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.LocalAlluxioMaster
-
Starts the master.
- start() - Method in class alluxio.underfs.LocalFileSystemCluster
-
- start() - Method in class alluxio.underfs.UnderFileSystemCluster
-
Starts the underfs cluster system.
- 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
-
- 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.LocalAlluxioMaster
-
Stops the master processes and cleans up client connections.
- 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.
- stopMasters() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Stops the masters.
- stopMasters() - Method in class alluxio.master.LocalAlluxioCluster
-
- stopMasters() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
-
- 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.
- stopUFS() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Cleans up the underfs cluster test folder only.
- stopWorkers() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Stops the workers.