org.apache.accumulo.server.master.state
Class ZooStore
java.lang.Object
org.apache.accumulo.server.master.state.ZooStore
- All Implemented Interfaces:
- DistributedStore
public class ZooStore
- extends Object
- implements DistributedStore
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZooStore
public ZooStore(String basePath)
throws IOException
- Throws:
IOException
ZooStore
public ZooStore()
throws IOException
- Throws:
IOException
get
public byte[] get(String path)
throws DistributedStoreException
- Specified by:
get
in interface DistributedStore
- Throws:
DistributedStoreException
getChildren
public List<String> getChildren(String path)
throws DistributedStoreException
- Specified by:
getChildren
in interface DistributedStore
- Throws:
DistributedStoreException
put
public void put(String path,
byte[] bs)
throws DistributedStoreException
- Specified by:
put
in interface DistributedStore
- Throws:
DistributedStoreException
remove
public void remove(String path)
throws DistributedStoreException
- Specified by:
remove
in interface DistributedStore
- Throws:
DistributedStoreException
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.