org.apache.accumulo.server.master.state
public interface DistributedStore
List<String> getChildren(String path) throws DistributedStoreException
DistributedStoreException
byte[] get(String path) throws DistributedStoreException
DistributedStoreException
void put(String path, byte[] bs) throws DistributedStoreException
DistributedStoreException
void remove(String path) throws DistributedStoreException
DistributedStoreException
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.