Uses of Class
org.apache.accumulo.server.test.randomwalk.State

Packages that use State
org.apache.accumulo.server.test.randomwalk   
org.apache.accumulo.server.test.randomwalk.bulk   
org.apache.accumulo.server.test.randomwalk.concurrent   
org.apache.accumulo.server.test.randomwalk.image   
org.apache.accumulo.server.test.randomwalk.multitable   
org.apache.accumulo.server.test.randomwalk.security   
org.apache.accumulo.server.test.randomwalk.sequential   
org.apache.accumulo.server.test.randomwalk.shard   
org.apache.accumulo.server.test.randomwalk.unit   
 

Uses of State in org.apache.accumulo.server.test.randomwalk
 

Methods in org.apache.accumulo.server.test.randomwalk with parameters of type State
 int Framework.run(String startName, State state, String confDir)
          Run random walk framework
abstract  void Fixture.setUp(State state)
           
abstract  void Fixture.tearDown(State state)
           
 void Module.visit(State state, Properties props)
           
abstract  void Node.visit(State state, Properties props)
          Visits node
 

Uses of State in org.apache.accumulo.server.test.randomwalk.bulk
 

Methods in org.apache.accumulo.server.test.randomwalk.bulk with parameters of type State
static org.apache.hadoop.io.Text[] Merge.getRandomTabletRange(State state)
           
static ThreadPoolExecutor Setup.getThreadPool(State state)
           
static void Setup.run(State state, Runnable r)
           
protected  void Split.runLater(State state)
           
protected  void BulkPlusOne.runLater(State state)
           
protected abstract  void BulkTest.runLater(State state)
           
protected  void Merge.runLater(State state)
           
protected  void BulkMinusOne.runLater(State state)
           
protected  void ConsistencyCheck.runLater(State state)
           
protected  void Compact.runLater(State state)
           
 void BulkTest.visit(State state, Properties props)
           
 void Verify.visit(State state, Properties props)
           
 void Setup.visit(State state, Properties props)
           
 

Uses of State in org.apache.accumulo.server.test.randomwalk.concurrent
 

Methods in org.apache.accumulo.server.test.randomwalk.concurrent with parameters of type State
 void ConcurrentFixture.setUp(State state)
           
 void ConcurrentFixture.tearDown(State state)
           
 void CloneTable.visit(State state, Properties props)
           
 void DeleteTable.visit(State state, Properties props)
           
 void DeleteRange.visit(State state, Properties props)
           
 void BatchScan.visit(State state, Properties props)
           
 void CreateUser.visit(State state, Properties props)
           
 void IsolatedScan.visit(State state, Properties props)
           
 void AddSplits.visit(State state, Properties props)
           
 void BatchWrite.visit(State state, Properties props)
           
 void CheckPermission.visit(State state, Properties props)
           
 void Merge.visit(State state, Properties props)
           
 void DropUser.visit(State state, Properties props)
           
 void RenameTable.visit(State state, Properties props)
           
 void OfflineTable.visit(State state, Properties props)
           
 void ScanTable.visit(State state, Properties props)
           
 void CreateTable.visit(State state, Properties props)
           
 void Setup.visit(State state, Properties props)
           
 void ChangeAuthorizations.visit(State state, Properties props)
           
 void ChangePermissions.visit(State state, Properties props)
           
 void Compact.visit(State state, Properties props)
           
 void CheckBalance.visit(State state, Properties props)
           
 void BulkImport.visit(State state, Properties props)
           
 

Uses of State in org.apache.accumulo.server.test.randomwalk.image
 

Methods in org.apache.accumulo.server.test.randomwalk.image with parameters of type State
 void ImageFixture.setUp(State state)
           
 void ImageFixture.tearDown(State state)
           
 void ScanMeta.visit(State state, Properties props)
           
 void Commit.visit(State state, Properties props)
           
 void Write.visit(State state, Properties props)
           
 void Verify.visit(State state, Properties props)
           
 void TableOp.visit(State state, Properties props)
           
 

Uses of State in org.apache.accumulo.server.test.randomwalk.multitable
 

Methods in org.apache.accumulo.server.test.randomwalk.multitable with parameters of type State
 void MultiTableFixture.setUp(State state)
           
 void MultiTableFixture.tearDown(State state)
           
 void CopyTable.visit(State state, Properties props)
           
 void Commit.visit(State state, Properties props)
           
 void Write.visit(State state, Properties props)
           
 void OfflineTable.visit(State state, Properties props)
           
 void CreateTable.visit(State state, Properties props)
           
 void DropTable.visit(State state, Properties props)
           
 

Uses of State in org.apache.accumulo.server.test.randomwalk.security
 

Methods in org.apache.accumulo.server.test.randomwalk.security with parameters of type State
static void AlterTablePerm.alter(State state, Properties props)
           
static void Authenticate.authenticate(Connector conn, State state, Properties props)
           
static void DropTable.dropTable(State state, Properties props)
           
static Map<String,Integer> SecurityHelper.getAuthsMap(State state)
           
static org.apache.hadoop.fs.FileSystem SecurityHelper.getFs(State state)
           
static String SecurityHelper.getLastKey(State state)
           
static boolean SecurityHelper.getSysPerm(State state, String userName, SystemPermission tp)
           
static Connector SecurityHelper.getSystemConnector(State state)
           
static String SecurityHelper.getSysUserName(State state)
           
static byte[] SecurityHelper.getSysUserPass(State state)
           
static boolean SecurityHelper.getTableExists(State state)
           
static String SecurityHelper.getTableName(State state)
           
static boolean SecurityHelper.getTabPerm(State state, String userName, TablePermission tp)
           
static boolean SecurityHelper.getTabUserExists(State state)
           
static String SecurityHelper.getTabUserName(State state)
           
static byte[] SecurityHelper.getTabUserPass(State state)
           
static Authorizations SecurityHelper.getUserAuths(State state, String target)
           
static void SecurityHelper.increaseAuthMap(State state, String s, int increment)
           
static void AlterTable.renameTable(Connector conn, State state, String oldName, String newName, boolean hasPermission, boolean tableExists)
           
static void SecurityHelper.setAuthsMap(State state, Map<String,Integer> map)
           
static void SecurityHelper.setLastKey(State state, String key)
           
static void SecurityHelper.setSysPerm(State state, String userName, SystemPermission tp, boolean value)
           
static void SecurityHelper.setSystemConnector(State state, Connector conn)
           
static void SecurityHelper.setSysUserName(State state, String sysUserName)
           
static void SecurityHelper.setSysUserPass(State state, byte[] sysUserPass)
           
static void SecurityHelper.setTableExists(State state, boolean exists)
           
static void SecurityHelper.setTableName(State state, String tName)
           
static void SecurityHelper.setTabPerm(State state, String userName, TablePermission tp, boolean value)
           
static void SecurityHelper.setTabUserExists(State state, boolean exists)
           
static void SecurityHelper.setTabUserName(State state, String tabUserName)
           
static void SecurityHelper.setTabUserPass(State state, byte[] tabUserPass)
           
 void SecurityFixture.setUp(State state)
           
static void SecurityHelper.setUserAuths(State state, String target, Authorizations auths)
           
 void SecurityFixture.tearDown(State state)
           
static void Validate.validate(State state, org.apache.log4j.Logger log)
           
 void CreateUser.visit(State state, Properties props)
           
 void ChangePass.visit(State state, Properties props)
           
 void AlterSystemPerm.visit(State state, Properties props)
           
 void Validate.visit(State state, Properties props)
           
 void AlterTablePerm.visit(State state, Properties props)
           
 void DropUser.visit(State state, Properties props)
           
 void AlterTable.visit(State state, Properties props)
           
 void CreateTable.visit(State state, Properties props)
           
 void SetAuths.visit(State state, Properties props)
           
 void TableOp.visit(State state, Properties props)
           
 void DropTable.visit(State state, Properties props)
           
 void Authenticate.visit(State state, Properties props)
           
 

Uses of State in org.apache.accumulo.server.test.randomwalk.sequential
 

Methods in org.apache.accumulo.server.test.randomwalk.sequential with parameters of type State
 void SequentialFixture.setUp(State state)
           
 void SequentialFixture.tearDown(State state)
           
 void MapRedVerify.visit(State state, Properties props)
           
 void Commit.visit(State state, Properties props)
           
 void Write.visit(State state, Properties props)
           
 void BatchVerify.visit(State state, Properties props)
           
 

Uses of State in org.apache.accumulo.server.test.randomwalk.shard
 

Methods in org.apache.accumulo.server.test.randomwalk.shard with parameters of type State
 void ShardFixture.setUp(State state)
           
 void ShardFixture.tearDown(State state)
           
 void DeleteSomeDocs.visit(State state, Properties props)
           
 void Split.visit(State state, Properties props)
           
 void Insert.visit(State state, Properties props)
           
 void Commit.visit(State state, Properties props)
           
 void CloneIndex.visit(State state, Properties props)
           
 void Reindex.visit(State state, Properties props)
           
 void Search.visit(State state, Properties props)
           
 void Flush.visit(State state, Properties props)
           
 void Merge.visit(State state, Properties props)
           
 void Delete.visit(State state, Properties props)
           
 void Grep.visit(State state, Properties props)
           
 void BulkInsert.visit(State state, Properties props)
           
 void DeleteWord.visit(State state, Properties props)
           
 void VerifyIndex.visit(State state, Properties props)
           
 

Uses of State in org.apache.accumulo.server.test.randomwalk.unit
 

Methods in org.apache.accumulo.server.test.randomwalk.unit with parameters of type State
 void DeleteTable.visit(State state, Properties props)
           
 void Ingest.visit(State state, Properties props)
           
 void Verify.visit(State state, Properties props)
           
 void CreateTable.visit(State state, Properties props)
           
 void Scan.visit(State state, Properties props)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.