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

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

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

Subclasses of DistributedStoreException in org.apache.accumulo.server.master.state
 class IllegalDSException
           
 

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)
           
 void ZooTabletStateStore.setFutureLocations(Collection<Assignment> assignments)
           
abstract  void TabletStateStore.setFutureLocations(Collection<Assignment> assignments)
          Store the assigned locations in the data store.
 void MetaDataStateStore.setFutureLocations(Collection<Assignment> assignments)
           
static void TabletStateStore.setLocation(Assignment assignment)
           
 void ZooTabletStateStore.setLocations(Collection<Assignment> assignments)
           
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.unassign(Collection<TabletLocationState> tablets)
           
abstract  void TabletStateStore.unassign(Collection<TabletLocationState> tablets)
          Mark the tablets as having no known or future location.
 void MetaDataStateStore.unassign(Collection<TabletLocationState> tablets)
           
static void TabletStateStore.unassign(TabletLocationState tls)
           
 

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

Uses of DistributedStoreException in org.apache.accumulo.server.tabletserver
 

Methods in org.apache.accumulo.server.tabletserver that throw DistributedStoreException
static Pair<org.apache.hadoop.io.Text,KeyExtent> TabletServer.verifyTabletInformation(KeyExtent extent, TServerInstance instance, SortedMap<Key,Value> tabletsKeyValues, String clientAddress, ZooLock lock)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.