org.apache.accumulo.server.master.state
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 © 2011–2016 The Apache Software Foundation. All rights reserved.