public class LocalFilesystemCluster extends UnderFileSystemCluster
mBaseDir, mTachyonConf
Constructor and Description |
---|
LocalFilesystemCluster(String baseDir,
TachyonConf tachyonConf) |
Modifier and Type | Method and Description |
---|---|
String |
getUnderFilesystemAddress() |
boolean |
isStarted()
Check if the cluster started.
|
void |
shutdown()
To stop the underfs cluster system
|
void |
start()
To start the underfs cluster system
|
cleanup, get, getUnderFilesystemCluster, readEOFReturnsNegative, registerJVMOnExistHook
public LocalFilesystemCluster(String baseDir, TachyonConf tachyonConf)
public String getUnderFilesystemAddress()
getUnderFilesystemAddress
in class UnderFileSystemCluster
public boolean isStarted()
UnderFileSystemCluster
isStarted
in class UnderFileSystemCluster
public void shutdown() throws IOException
UnderFileSystemCluster
shutdown
in class UnderFileSystemCluster
IOException
public void start() throws IOException
UnderFileSystemCluster
start
in class UnderFileSystemCluster
IOException
Copyright © 2015. All Rights Reserved.