public class TablePropUtil extends Object
| Constructor and Description |
|---|
TablePropUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPropertyValid(String property,
String value) |
static void |
removeTableProperty(String tableId,
String property) |
static boolean |
setTableProperty(String tableId,
String property,
String value) |
public static boolean setTableProperty(String tableId, String property, String value) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic static void removeTableProperty(String tableId, String property) throws InterruptedException, org.apache.zookeeper.KeeperException
InterruptedExceptionorg.apache.zookeeper.KeeperExceptionCopyright © 2015 Apache Accumulo Project. All rights reserved.