org.apache.accumulo.server.util
Class TabletOperations

java.lang.Object
  extended by org.apache.accumulo.server.util.TabletOperations

public class TabletOperations
extends Object


Constructor Summary
TabletOperations()
           
 
Method Summary
static String createTabletDirectory(org.apache.hadoop.fs.FileSystem fs, String tableDir, org.apache.hadoop.io.Text endRow)
           
static String createTabletDirectory(String tableDir, org.apache.hadoop.io.Text endRow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabletOperations

public TabletOperations()
Method Detail

createTabletDirectory

public static String createTabletDirectory(org.apache.hadoop.fs.FileSystem fs,
                                           String tableDir,
                                           org.apache.hadoop.io.Text endRow)

createTabletDirectory

public static String createTabletDirectory(String tableDir,
                                           org.apache.hadoop.io.Text endRow)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.