org.apache.accumulo.server.util
public class NamespacePropUtil extends Object
| Constructor and Description |
|---|
NamespacePropUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPropertyValid(String property,
String value) |
static void |
removeNamespaceProperty(String namespaceId,
String property) |
static boolean |
setNamespaceProperty(String namespaceId,
String property,
String value) |
public static boolean setNamespaceProperty(String namespaceId, String property, String value) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic static void removeNamespaceProperty(String namespaceId, String property) throws InterruptedException, org.apache.zookeeper.KeeperException
InterruptedExceptionorg.apache.zookeeper.KeeperExceptionCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.