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 nodeException
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.