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

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

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

Methods in org.apache.accumulo.server.master.state with parameters of type Assignment
static void TabletStateStore.setLocation(Assignment assignment)
           
 

Method parameters in org.apache.accumulo.server.master.state with type arguments of type Assignment
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)
           
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)
           
 



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