JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
I
K
L
M
R
S
T
U
C
cleanup()
- Method in class tachyon.underfs.
UnderFileSystemCluster
To clean 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.
cleanupUnderfs()
- Method in class tachyon.master.
LocalTachyonMaster
clearClients()
- Method in class tachyon.master.
LocalTachyonMaster
ClientPool
- Class in
tachyon.master
Keeps a collection of all clients (
TachyonFS
) returned.
close()
- Method in class tachyon.master.
ClientPool
create(TachyonConf)
- Static method in class tachyon.master.
LocalTachyonMaster
Creates a new local tachyon master with a isolated home and port.
create(String, TachyonConf)
- Static method in class tachyon.master.
LocalTachyonMaster
Creates a new local tachyon master with a isolated port.
G
get(String, TachyonConf)
- Static method in class tachyon.underfs.
UnderFileSystemCluster
To start the underfs test bed and register the shutdown hook
getClient(TachyonConf)
- Method in class tachyon.master.
ClientPool
Returns a
TachyonFS
client.
getClient()
- Method in class tachyon.master.
LocalTachyonCluster
getClient()
- Method in class tachyon.master.
LocalTachyonClusterMultiMaster
getClient()
- Method in class tachyon.master.
LocalTachyonMaster
getEditLogPath()
- Method in class tachyon.master.
LocalTachyonCluster
getEditLogPath()
- Method in class tachyon.master.
LocalTachyonMaster
getImagePath()
- Method in class tachyon.master.
LocalTachyonCluster
getImagePath()
- Method in class tachyon.master.
LocalTachyonMaster
getMasterAddress()
- Method in class tachyon.master.
LocalTachyonCluster
getMasterHostname()
- Method in class tachyon.master.
LocalTachyonCluster
getMasterInfo()
- Method in class tachyon.master.
LocalTachyonCluster
getMasterInfo()
- Method in class tachyon.master.
LocalTachyonMaster
getMasterPort()
- Method in class tachyon.master.
LocalTachyonCluster
getMasterTachyonConf()
- Method in class tachyon.master.
LocalTachyonCluster
getMasterUri()
- Method in class tachyon.master.
LocalTachyonCluster
getMetaPort()
- Method in class tachyon.master.
LocalTachyonMaster
getTachyonConf()
- Method in class tachyon.master.
LocalTachyonMaster
getTachyonHome()
- Method in class tachyon.master.
LocalTachyonCluster
getTempFolderInUnderFs()
- Method in class tachyon.master.
LocalTachyonCluster
getUnderFilesystemAddress()
- Method in class tachyon.
LocalFilesystemCluster
getUnderFilesystemAddress()
- Method in class tachyon.underfs.
UnderFileSystemCluster
getUnderFilesystemCluster(String, TachyonConf)
- Static method in class tachyon.underfs.
UnderFileSystemCluster
getUri()
- Method in class tachyon.master.
LocalTachyonClusterMultiMaster
getUri()
- Method in class tachyon.master.
LocalTachyonMaster
getWorker()
- Method in class tachyon.master.
LocalTachyonCluster
getWorkerAddress()
- Method in class tachyon.master.
LocalTachyonCluster
getWorkerDataFolder()
- Method in class tachyon.master.
LocalTachyonCluster
getWorkerTachyonConf()
- Method in class tachyon.master.
LocalTachyonCluster
I
isStarted()
- Method in class tachyon.
LocalFilesystemCluster
isStarted()
- Method in class tachyon.master.
LocalTachyonMaster
isStarted()
- Method in class tachyon.underfs.
UnderFileSystemCluster
Check if the cluster started.
K
killLeader()
- Method in class tachyon.master.
LocalTachyonClusterMultiMaster
L
LocalFilesystemCluster
- Class in
tachyon
The mock cluster for local file system as UnderFileSystemSingleLocal.
LocalFilesystemCluster(String, TachyonConf)
- Constructor for class tachyon.
LocalFilesystemCluster
LocalTachyonCluster
- Class in
tachyon.master
Local Tachyon cluster for unit tests.
LocalTachyonCluster(long, int, int)
- Constructor for class tachyon.master.
LocalTachyonCluster
LocalTachyonClusterMultiMaster
- Class in
tachyon.master
A local Tachyon cluster with Multiple masters
LocalTachyonClusterMultiMaster(long, int, int)
- Constructor for class tachyon.master.
LocalTachyonClusterMultiMaster
LocalTachyonMaster
- Class in
tachyon.master
Constructs an isolated master.
M
main(String[])
- Static method in class tachyon.master.
LocalTachyonCluster
main(String[])
- Static method in class tachyon.master.
LocalTachyonClusterMultiMaster
mBaseDir
- Variable in class tachyon.underfs.
UnderFileSystemCluster
mTachyonConf
- Variable in class tachyon.underfs.
UnderFileSystemCluster
R
readEOFReturnsNegative()
- Static method in class tachyon.underfs.
UnderFileSystemCluster
This method is only used by the
FileOutStreamIntegrationTest
unit-test
registerJVMOnExistHook()
- Method in class tachyon.underfs.
UnderFileSystemCluster
Add a shutdown hook.
S
shutdown()
- Method in class tachyon.
LocalFilesystemCluster
shutdown()
- Method in class tachyon.underfs.
UnderFileSystemCluster
To stop the underfs cluster system
start()
- Method in class tachyon.
LocalFilesystemCluster
start()
- Method in class tachyon.master.
LocalTachyonCluster
start(TachyonConf)
- Method in class tachyon.master.
LocalTachyonCluster
start()
- Method in class tachyon.master.
LocalTachyonClusterMultiMaster
start()
- Method in class tachyon.master.
LocalTachyonMaster
start()
- Method in class tachyon.underfs.
UnderFileSystemCluster
To start the underfs cluster system
stop()
- Method in class tachyon.master.
LocalTachyonCluster
Stop both of the tachyon and underfs service threads.
stop()
- Method in class tachyon.master.
LocalTachyonClusterMultiMaster
stop()
- Method in class tachyon.master.
LocalTachyonMaster
Stops the master and cleans up client connections.
stopTFS()
- Method in class tachyon.master.
LocalTachyonCluster
Stop the tachyon filesystem's service thread only
stopTFS()
- Method in class tachyon.master.
LocalTachyonClusterMultiMaster
stopUFS()
- Method in class tachyon.master.
LocalTachyonCluster
Cleanup the underfs cluster test folder only
stopUFS()
- Method in class tachyon.master.
LocalTachyonClusterMultiMaster
stopWorker()
- Method in class tachyon.master.
LocalTachyonCluster
T
tachyon
- package tachyon
tachyon.master
- package tachyon.master
tachyon.underfs
- package tachyon.underfs
U
UnderFileSystemCluster
- Class in
tachyon.underfs
UnderFileSystemCluster(String, TachyonConf)
- Constructor for class tachyon.underfs.
UnderFileSystemCluster
C
G
I
K
L
M
R
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All Rights Reserved.