Constructor and Description |
---|
TachyonBlockManager(BlockManager blockManager,
String rootDirs,
String master) |
Modifier and Type | Method and Description |
---|---|
tachyon.client.TachyonFS |
client() |
boolean |
fileExists(tachyon.client.TachyonFile file) |
tachyon.client.TachyonFile |
getFile(BlockId blockId) |
tachyon.client.TachyonFile |
getFile(String filename) |
String |
master() |
boolean |
removeFile(tachyon.client.TachyonFile file) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public TachyonBlockManager(BlockManager blockManager, String rootDirs, String master)
public String master()
public tachyon.client.TachyonFS client()
public boolean removeFile(tachyon.client.TachyonFile file)
public boolean fileExists(tachyon.client.TachyonFile file)
public tachyon.client.TachyonFile getFile(String filename)
public tachyon.client.TachyonFile getFile(BlockId blockId)