org.apache.accumulo.server.master.state
Interface DistributedStore
- All Known Implementing Classes:
- ZooStore
public interface DistributedStore
getChildren
List<String> getChildren(String path)
throws DistributedStoreException
- Throws:
DistributedStoreException
get
byte[] get(String path)
throws DistributedStoreException
- Throws:
DistributedStoreException
put
void put(String path,
byte[] bs)
throws DistributedStoreException
- Throws:
DistributedStoreException
remove
void remove(String path)
throws DistributedStoreException
- Throws:
DistributedStoreException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.