- 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.
- startMaster() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Configures and starts a master.
- startMaster() - Method in class alluxio.master.LocalAlluxioCluster
-
- startMaster() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
-
- startWorkers() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Configures and starts the workers.
- startWorkers() - Method in class alluxio.master.LocalAlluxioCluster
-
- 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 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.LocalAlluxioCluster
-
- stopFS() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
-
- stopUFS() - Method in class alluxio.master.AbstractLocalAlluxioCluster
-
Cleans up the underfs cluster test folder only.