org.apache.accumulo.server.util
Class TablePropUtil

java.lang.Object
  extended by org.apache.accumulo.server.util.TablePropUtil

public class TablePropUtil
extends Object


Constructor Summary
TablePropUtil()
           
 
Method Summary
static boolean isPropertyValid(String property, String value)
           
static void removeTableProperty(String tableId, String property)
           
static boolean setTableProperty(String tableId, String property, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TablePropUtil

public TablePropUtil()
Method Detail

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 © 2012 The Apache Software Foundation. All Rights Reserved.