org.apache.accumulo.test.randomwalk
public class Framework extends Object
| Constructor and Description |
|---|
Framework() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigDir() |
static Framework |
getInstance() |
Node |
getNode(String id)
Creates node (if it does not already exist) and inserts into map
|
static void |
main(String[] args) |
int |
run(String startName,
State state,
String confDir)
Run random walk framework
|
void |
setConfigDir(String confDir) |
public static Framework getInstance()
public String getConfigDir()
public void setConfigDir(String confDir)
public int run(String startName, State state, String confDir)
startName - Full name of starting graph or testpublic Node getNode(String id) throws Exception
id - Name of nodeExceptionCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.