org.apache.accumulo.test.randomwalk
Class State
java.lang.Object
org.apache.accumulo.test.randomwalk.State
public class State
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setMaxVisits
public void setMaxVisits(int num)
visitedNode
public void visitedNode()
throws Exception
- Throws:
Exception
getPid
public String getPid()
set
public void set(String key,
Object value)
get
public Object get(String key)
getMap
public HashMap<String,Object> getMap()
getProperties
public Properties getProperties()
- Returns:
- a copy of Properties, so accidental changes don't affect the framework
getString
public String getString(String key)
getLong
public Long getLong(String key)
getProperty
public String getProperty(String key)
getConnector
public Connector getConnector()
throws AccumuloException,
AccumuloSecurityException
- Throws:
AccumuloException
AccumuloSecurityException
getCredentials
public TCredentials getCredentials()
getUserName
public String getUserName()
getToken
public AuthenticationToken getToken()
getInstance
public Instance getInstance()
getMultiTableBatchWriter
public MultiTableBatchWriter getMultiTableBatchWriter()
getMapReduceJars
public String getMapReduceJars()
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.