Uses of Class
org.apache.accumulo.server.master.state.DistributedStoreException

Packages that use DistributedStoreException
org.apache.accumulo.server.master.state   
 

Uses of DistributedStoreException in org.apache.accumulo.server.master.state
 

Methods in org.apache.accumulo.server.master.state that throw DistributedStoreException
 byte[] DistributedStore.get(String path)
           
 byte[] ZooStore.get(String path)
           
 List<String> DistributedStore.getChildren(String path)
           
 List<String> ZooStore.getChildren(String path)
           
 void DistributedStore.put(String path, byte[] bs)
           
 void ZooStore.put(String path, byte[] bs)
           
 void DistributedStore.remove(String path)
           
 void ZooStore.remove(String path)
           
abstract  void TabletStateStore.setFutureLocations(Collection<Assignment> assignments)
          Store the assigned locations in the data store.
 void MetaDataStateStore.setFutureLocations(Collection<Assignment> assignments)
           
 void ZooTabletStateStore.setFutureLocations(Collection<Assignment> assignments)
           
static void TabletStateStore.setLocation(Assignment assignment)
           
abstract  void TabletStateStore.setLocations(Collection<Assignment> assignments)
          Tablet servers will update the data store with the location when they bring the tablet online
 void MetaDataStateStore.setLocations(Collection<Assignment> assignments)
           
 void ZooTabletStateStore.setLocations(Collection<Assignment> assignments)
           
abstract  void TabletStateStore.unassign(Collection<TabletLocationState> tablets)
          Mark the tablets as having no known or future location.
 void MetaDataStateStore.unassign(Collection<TabletLocationState> tablets)
           
 void ZooTabletStateStore.unassign(Collection<TabletLocationState> tablets)
           
static void TabletStateStore.unassign(TabletLocationState tls)
           
 

Constructors in org.apache.accumulo.server.master.state that throw DistributedStoreException
ZooTabletStateStore()
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.