org.apache.blur.console.util
Class TableUtil
java.lang.Object
org.apache.blur.console.util.TableUtil
public class TableUtil
- extends Object
TableUtil
public TableUtil()
getTableSummaries
public static Map<String,List> getTableSummaries()
throws IOException,
TException
- Throws:
IOException
TException
getSchema
public static Map<String,Map<String,Map<String,Object>>> getSchema(String table)
throws IOException,
TException
- Throws:
IOException
TException
getTerms
public static List<String> getTerms(String table,
String family,
String column,
String startWith)
throws IOException,
TException
- Throws:
IOException
TException
disableTable
public static void disableTable(String table)
throws TException,
IOException
- Throws:
TException
IOException
enableTable
public static void enableTable(String table)
throws TException,
IOException
- Throws:
TException
IOException
deleteTable
public static void deleteTable(String table,
boolean includeFiles)
throws TException,
IOException
- Throws:
TException
IOException
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.