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