org.apache.accumulo.server.test.randomwalk.security
Class AlterTable

java.lang.Object
  extended by org.apache.accumulo.server.test.randomwalk.Node
      extended by org.apache.accumulo.server.test.randomwalk.Test
          extended by org.apache.accumulo.server.test.randomwalk.security.AlterTable

public class AlterTable
extends Test


Field Summary
 
Fields inherited from class org.apache.accumulo.server.test.randomwalk.Node
log
 
Constructor Summary
AlterTable()
           
 
Method Summary
static void renameTable(Connector conn, State state, String oldName, String newName, boolean hasPermission, boolean tableExists)
           
 void visit(State state, Properties props)
          Visits node
 
Methods inherited from class org.apache.accumulo.server.test.randomwalk.Test
toString
 
Methods inherited from class org.apache.accumulo.server.test.randomwalk.Node
equals, hashCode, lastProgress, makingProgress
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlterTable

public AlterTable()
Method Detail

visit

public void visit(State state,
                  Properties props)
           throws Exception
Description copied from class: Node
Visits node

Specified by:
visit in class Node
Parameters:
state - Random walk state passed between nodes
Throws:
Exception

renameTable

public static void renameTable(Connector conn,
                               State state,
                               String oldName,
                               String newName,
                               boolean hasPermission,
                               boolean tableExists)
                        throws AccumuloSecurityException,
                               AccumuloException,
                               TableExistsException
Throws:
AccumuloSecurityException
AccumuloException
TableExistsException


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