public interface DistributedStore
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 © 2015 Apache Accumulo Project. All rights reserved.