org.apache.accumulo.test.functional
Class FunctionalTest.TableSetup

java.lang.Object
  extended by org.apache.accumulo.test.functional.FunctionalTest.TableSetup
Enclosing class:
FunctionalTest

public static class FunctionalTest.TableSetup
extends Object


Constructor Summary
FunctionalTest.TableSetup(String tableName)
           
FunctionalTest.TableSetup(String tableName, Map<String,String> perTableConfigs)
           
FunctionalTest.TableSetup(String tableName, Map<String,String> perTableConfigs, SortedSet<org.apache.hadoop.io.Text> splitPoints)
           
FunctionalTest.TableSetup(String tableName, SortedSet<org.apache.hadoop.io.Text> splitPoints)
           
FunctionalTest.TableSetup(String tableName, String... splitPoints)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionalTest.TableSetup

public FunctionalTest.TableSetup(String tableName)

FunctionalTest.TableSetup

public FunctionalTest.TableSetup(String tableName,
                                 Map<String,String> perTableConfigs)

FunctionalTest.TableSetup

public FunctionalTest.TableSetup(String tableName,
                                 Map<String,String> perTableConfigs,
                                 SortedSet<org.apache.hadoop.io.Text> splitPoints)

FunctionalTest.TableSetup

public FunctionalTest.TableSetup(String tableName,
                                 SortedSet<org.apache.hadoop.io.Text> splitPoints)

FunctionalTest.TableSetup

public FunctionalTest.TableSetup(String tableName,
                                 String... splitPoints)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.