A C G I K L M N R S U 

A

AbstractLocalAlluxioCluster - Class in alluxio.master
Local Alluxio cluster.
AbstractLocalAlluxioCluster(long, int) - Constructor for class alluxio.master.AbstractLocalAlluxioCluster
 
alluxio.master - package alluxio.master
 
alluxio.underfs - package alluxio.underfs
 

C

cleanup() - Method in class alluxio.underfs.UnderFileSystemCluster
Cleans up the test environment over underfs cluster system, so that we can re-use the running system for the next test round instead of turning on/off it from time to time.
clearClients() - Method in class alluxio.master.LocalAlluxioMaster
Clears all the clients.
ClientPool - Class in alluxio.master
Keeps a collection of all clients (FileSystem) returned.
close() - Method in class alluxio.master.ClientPool
 
create() - Static method in class alluxio.master.LocalAlluxioMaster
Creates a new local alluxio master with a isolated home and port.
create(String) - Static method in class alluxio.master.LocalAlluxioMaster
Creates a new local alluxio master with a isolated port.

G

get() - Static method in class alluxio.underfs.UnderFileSystemCluster
 
get(String, Configuration) - Static method in class alluxio.underfs.UnderFileSystemCluster
Creates an underfs test bed and register the shutdown hook.
getAddress() - Method in class alluxio.master.LocalAlluxioMaster
 
getAlluxioHome() - Method in class alluxio.master.LocalAlluxioCluster
 
getClient() - Method in class alluxio.master.AbstractLocalAlluxioCluster
Returns a FileSystem client.
getClient(Configuration) - Method in class alluxio.master.ClientPool
Returns a FileSystem client.
getClient() - Method in class alluxio.master.LocalAlluxioCluster
 
getClient() - Method in class alluxio.master.LocalAlluxioMaster
 
getClient() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
 
getInternalMaster() - Method in class alluxio.master.LocalAlluxioMaster
 
getJournalFolder() - Method in class alluxio.master.LocalAlluxioMaster
 
getLeaderIndex() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
 
getMaster() - Method in class alluxio.master.AbstractLocalAlluxioCluster
Gets the master which should be listening for RPC and Web requests.
getMaster() - Method in class alluxio.master.LocalAlluxioCluster
 
getMaster() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
 
getMasterConf() - Method in class alluxio.master.AbstractLocalAlluxioCluster
 
getMasterHostname() - Method in class alluxio.master.LocalAlluxioCluster
 
getMasterPort() - Method in class alluxio.master.LocalAlluxioCluster
 
getMasterUri() - Method in class alluxio.master.LocalAlluxioCluster
 
getRPCBindHost() - Method in class alluxio.master.LocalAlluxioMaster
Gets the actual bind hostname on RPC service (used by unit test only).
getRPCLocalPort() - Method in class alluxio.master.LocalAlluxioMaster
Gets the actual port that the RPC service is listening on (used by unit test only).
getUnderFilesystemAddress() - Method in class alluxio.underfs.LocalFileSystemCluster
 
getUnderFilesystemAddress() - Method in class alluxio.underfs.UnderFileSystemCluster
 
getUnderFilesystemCluster(String, Configuration) - Static method in class alluxio.underfs.UnderFileSystemCluster
getUri() - Method in class alluxio.master.LocalAlluxioMaster
 
getUri() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
 
getWebBindHost() - Method in class alluxio.master.LocalAlluxioMaster
Gets the actual bind hostname on web service (used by unit test only).
getWebLocalPort() - Method in class alluxio.master.LocalAlluxioMaster
Gets the actual port that the web service is listening on (used by unit test only).
getWorker() - Method in class alluxio.master.LocalAlluxioCluster
 
getWorkerAddress() - Method in class alluxio.master.LocalAlluxioCluster
 
getWorkerConf() - Method in class alluxio.master.LocalAlluxioCluster
 

I

isServing() - Method in class alluxio.master.LocalAlluxioMaster
 
isStarted() - Method in class alluxio.underfs.LocalFileSystemCluster
 
isStarted() - Method in class alluxio.underfs.UnderFileSystemCluster
 

K

kill() - Method in class alluxio.master.LocalAlluxioMaster
Kill the master thread, by calling Thread.interrupt().
killLeader() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
Iterates over the masters in the order of master creation, kill the leader master.
killStandby() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
Iterates over the masters in the order of master creation, kill the first standby master.

L

LocalAlluxioCluster - Class in alluxio.master
Local Alluxio cluster for integration tests.
LocalAlluxioCluster(long, int) - Constructor for class alluxio.master.LocalAlluxioCluster
 
LocalAlluxioMaster - Class in alluxio.master
Constructs an isolated master.
LocalFileSystemCluster - Class in alluxio.underfs
The mock cluster for local file system.
LocalFileSystemCluster(String, Configuration) - Constructor for class alluxio.underfs.LocalFileSystemCluster
 
LOG - Static variable in class alluxio.master.AbstractLocalAlluxioCluster
 

M

mBaseDir - Variable in class alluxio.underfs.UnderFileSystemCluster
 
mConfiguration - Variable in class alluxio.underfs.UnderFileSystemCluster
 
mHome - Variable in class alluxio.master.AbstractLocalAlluxioCluster
 
mHostname - Variable in class alluxio.master.AbstractLocalAlluxioCluster
 
mMasterConf - Variable in class alluxio.master.AbstractLocalAlluxioCluster
 
mUfsCluster - Variable in class alluxio.master.AbstractLocalAlluxioCluster
 
MultiMasterLocalAlluxioCluster - Class in alluxio.master
A local Alluxio cluster with multiple masters.
MultiMasterLocalAlluxioCluster(long, int, int) - Constructor for class alluxio.master.MultiMasterLocalAlluxioCluster
 
mUserBlockSize - Variable in class alluxio.master.AbstractLocalAlluxioCluster
 
mWorker - Variable in class alluxio.master.AbstractLocalAlluxioCluster
 
mWorkerCapacityBytes - Variable in class alluxio.master.AbstractLocalAlluxioCluster
 
mWorkerConf - Variable in class alluxio.master.AbstractLocalAlluxioCluster
 
mWorkerThread - Variable in class alluxio.master.AbstractLocalAlluxioCluster
 

N

newTestConf() - Method in class alluxio.master.AbstractLocalAlluxioCluster
Creates a default Configuration for testing.

R

readEOFReturnsNegative() - Static method in class alluxio.underfs.UnderFileSystemCluster
This method is only used by the alluxio.client.FileOutStreamIntegrationTest unit-test.
registerJVMOnExistHook() - Method in class alluxio.underfs.UnderFileSystemCluster
Adds a shutdown hook.
resetContext() - Method in class alluxio.master.AbstractLocalAlluxioCluster
Resets contexts.
resetContext() - Method in class alluxio.master.LocalAlluxioCluster
 
runWorker() - Method in class alluxio.master.AbstractLocalAlluxioCluster
Runs a worker.

S

setAlluxioHome() - Method in class alluxio.master.AbstractLocalAlluxioCluster
Sets alluxio home.
setHostname() - Method in class alluxio.master.AbstractLocalAlluxioCluster
Sets hostname.
setupTest(Configuration) - 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 a master and a worker using the default test configurations.
start(Configuration) - 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(Configuration) - Method in class alluxio.master.AbstractLocalAlluxioCluster
Configures and starts a master.
startMaster(Configuration) - Method in class alluxio.master.LocalAlluxioCluster
 
startMaster(Configuration) - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
 
startWorker(Configuration) - Method in class alluxio.master.AbstractLocalAlluxioCluster
Configures and starts a worker.
startWorker(Configuration) - Method in class alluxio.master.LocalAlluxioCluster
 
startWorker(Configuration) - 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.
stopTFS() - Method in class alluxio.master.AbstractLocalAlluxioCluster
Stops the alluxio filesystem's service thread only.
stopTFS() - Method in class alluxio.master.LocalAlluxioCluster
 
stopTFS() - Method in class alluxio.master.MultiMasterLocalAlluxioCluster
 
stopUFS() - Method in class alluxio.master.AbstractLocalAlluxioCluster
Cleans up the underfs cluster test folder only.
stopWorker() - Method in class alluxio.master.LocalAlluxioCluster
Cleans up the worker state from the master and stops the worker.

U

UnderFileSystemCluster - Class in alluxio.underfs
Base class for a UFS cluster.
UnderFileSystemCluster(String, Configuration) - Constructor for class alluxio.underfs.UnderFileSystemCluster
 
A C G I K L M N R S U 

Copyright © 2016. All Rights Reserved.