org.apache.accumulo.server.util
Class SystemPropUtil

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

public class SystemPropUtil
extends Object


Constructor Summary
SystemPropUtil()
           
 
Method Summary
static void removeSystemProperty(String property)
           
static boolean setSystemProperty(String property, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropUtil

public SystemPropUtil()
Method Detail

setSystemProperty

public static boolean setSystemProperty(String property,
                                        String value)
                                 throws org.apache.zookeeper.KeeperException,
                                        InterruptedException
Throws:
org.apache.zookeeper.KeeperException
InterruptedException

removeSystemProperty

public static void removeSystemProperty(String property)
                                 throws InterruptedException,
                                        org.apache.zookeeper.KeeperException
Throws:
InterruptedException
org.apache.zookeeper.KeeperException


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