org.apache.accumulo.server.util
Class TablePropUtil
java.lang.Object
org.apache.accumulo.server.util.TablePropUtil
public class TablePropUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TablePropUtil
public TablePropUtil()
setTableProperty
public static boolean setTableProperty(String tableId,
String property,
String value)
throws org.apache.zookeeper.KeeperException,
InterruptedException
- Throws:
org.apache.zookeeper.KeeperException
InterruptedException
isPropertyValid
public static boolean isPropertyValid(String property,
String value)
removeTableProperty
public static void removeTableProperty(String tableId,
String property)
throws InterruptedException,
org.apache.zookeeper.KeeperException
- Throws:
InterruptedException
org.apache.zookeeper.KeeperException
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.