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(java.lang.String path)
           
 byte[] ZooStore.get(java.lang.String path)
           
 java.util.List<java.lang.String> DistributedStore.getChildren(java.lang.String path)
           
 java.util.List<java.lang.String> ZooStore.getChildren(java.lang.String path)
           
 void DistributedStore.put(java.lang.String path, byte[] bs)
           
 void ZooStore.put(java.lang.String path, byte[] bs)
           
 void DistributedStore.remove(java.lang.String path)
           
 void ZooStore.remove(java.lang.String path)
           
abstract  void TabletStateStore.setFutureLocations(java.util.Collection<Assignment> assignments)
          Store the assigned locations in the data store.
 void MetaDataStateStore.setFutureLocations(java.util.Collection<Assignment> assignments)
           
 void ZooTabletStateStore.setFutureLocations(java.util.Collection<Assignment> assignments)
           
static void TabletStateStore.setLocation(Assignment assignment)
           
abstract  void TabletStateStore.setLocations(java.util.Collection<Assignment> assignments)
          Tablet servers will update the data store with the location when they bring the tablet online
 void MetaDataStateStore.setLocations(java.util.Collection<Assignment> assignments)
           
 void ZooTabletStateStore.setLocations(java.util.Collection<Assignment> assignments)
           
abstract  void TabletStateStore.unassign(java.util.Collection<TabletLocationState> tablets)
          Mark the tablets as having no known or future location.
 void MetaDataStateStore.unassign(java.util.Collection<TabletLocationState> tablets)
           
 void ZooTabletStateStore.unassign(java.util.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.