public interface DistributedStore
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get(String path) |
List<String> |
getChildren(String path) |
void |
put(String path,
byte[] bs) |
void |
remove(String path) |
List<String> getChildren(String path) throws DistributedStoreException
DistributedStoreExceptionbyte[] get(String path) throws DistributedStoreException
DistributedStoreExceptionvoid put(String path, byte[] bs) throws DistributedStoreException
DistributedStoreExceptionvoid remove(String path) throws DistributedStoreException
DistributedStoreExceptionCopyright © 2011–2017 The Apache Software Foundation. All rights reserved.