org.apache.accumulo.core.util
Class TabletOperations

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

public class TabletOperations
extends java.lang.Object


Constructor Summary
TabletOperations()
           
 
Method Summary
static java.util.Map<org.apache.hadoop.io.Text,java.lang.String> createNewTableTabletDirectories(org.apache.hadoop.fs.FileSystem fs, java.lang.String tableDir, java.util.Collection<org.apache.hadoop.io.Text> splitPoints)
           
static java.lang.String createTabletDirectory(org.apache.hadoop.fs.FileSystem fs, java.lang.String tableDir, org.apache.hadoop.io.Text endRow)
           
static java.lang.String createTabletDirectory(java.lang.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

createNewTableTabletDirectories

public static java.util.Map<org.apache.hadoop.io.Text,java.lang.String> createNewTableTabletDirectories(org.apache.hadoop.fs.FileSystem fs,
                                                                                                        java.lang.String tableDir,
                                                                                                        java.util.Collection<org.apache.hadoop.io.Text> splitPoints)

createTabletDirectory

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

createTabletDirectory

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


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