@InterfaceAudience.Private public final class ExportUtils extends Object
Export
 and org.apache.hadoop.hbase.coprocessor.Export (in hbase-endpooint).| Modifier and Type | Field and Description | 
|---|---|
| static String | EXPORT_BATCHING | 
| static String | EXPORT_CACHING | 
| static String | EXPORT_VISIBILITY_LABELS | 
| private static org.slf4j.Logger | LOG | 
| static String | RAW_SCAN | 
| Modifier | Constructor and Description | 
|---|---|
| private  | ExportUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Triple<TableName,Scan,org.apache.hadoop.fs.Path> | getArgumentsFromCommandLine(org.apache.hadoop.conf.Configuration conf,
                           String[] args) | 
| private static Filter | getExportFilter(String[] args) | 
| (package private) static Scan | getScanFromCommandLine(org.apache.hadoop.conf.Configuration conf,
                      String[] args) | 
| static boolean | isValidArguements(String[] args) | 
| static void | usage(String errorMsg)Common usage for other export tools. | 
private static final org.slf4j.Logger LOG
public static final String RAW_SCAN
public static final String EXPORT_BATCHING
public static final String EXPORT_CACHING
public static final String EXPORT_VISIBILITY_LABELS
private ExportUtils()
public static void usage(String errorMsg)
errorMsg - Error message.  Can be null.private static Filter getExportFilter(String[] args)
public static boolean isValidArguements(String[] args)
public static Triple<TableName,Scan,org.apache.hadoop.fs.Path> getArgumentsFromCommandLine(org.apache.hadoop.conf.Configuration conf, String[] args) throws IOException
IOExceptionstatic Scan getScanFromCommandLine(org.apache.hadoop.conf.Configuration conf, String[] args) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.