Package | Description |
---|---|
tachyon.master | |
tachyon.web |
Modifier and Type | Method and Description |
---|---|
static void |
Image.create(MasterInfo info,
String path)
Write a new image to path.
|
void |
Journal.createImage(MasterInfo info) |
void |
Journal.createImage(MasterInfo info,
String imagePath) |
static void |
Image.load(MasterInfo info,
String path) |
static long |
EditLog.load(MasterInfo info,
String path,
int currentLogFileNum)
Load edit log.
|
long |
Journal.loadEditLog(MasterInfo info)
Load edit log.
|
void |
Journal.loadImage(MasterInfo info) |
static void |
EditLog.loadSingleLog(MasterInfo info,
String path) |
void |
Journal.loadSingleLogFile(MasterInfo info,
String path) |
Constructor and Description |
---|
EditLogProcessor(Journal journal,
String path,
MasterInfo info) |
MasterServiceHandler(MasterInfo masterInfo) |
Constructor and Description |
---|
UIWebServer(String serverName,
InetSocketAddress address,
MasterInfo masterInfo)
Constructor that pairs urls with servlets and sets the webapp folder.
|
WebInterfaceBrowseServlet(MasterInfo masterInfo) |
WebInterfaceDependencyServlet(MasterInfo masterInfo) |
WebInterfaceGeneralServlet(MasterInfo masterInfo) |
WebInterfaceMemoryServlet(MasterInfo masterInfo) |
Copyright © 2014. All rights reserved.