org.apache.accumulo.server.util
Class TablePropUtil

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

public class TablePropUtil
extends java.lang.Object


Constructor Summary
TablePropUtil()
           
 
Method Summary
static void removeTableProperty(java.lang.String tableId, java.lang.String property)
           
static boolean setTableProperty(java.lang.String tableId, java.lang.String property, java.lang.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(java.lang.String tableId,
                                       java.lang.String property,
                                       java.lang.String value)
                                throws org.apache.zookeeper.KeeperException,
                                       java.lang.InterruptedException
Throws:
org.apache.zookeeper.KeeperException
java.lang.InterruptedException

removeTableProperty

public static void removeTableProperty(java.lang.String tableId,
                                       java.lang.String property)
                                throws java.lang.InterruptedException,
                                       org.apache.zookeeper.KeeperException
Throws:
java.lang.InterruptedException
org.apache.zookeeper.KeeperException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.