Uses of Class
org.apache.accumulo.server.master.state.Assignment
-
Packages that use Assignment Package Description 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 Modifier and Type Method Description static voidTabletStateStore. setLocation(ServerContext context, Assignment assignment)Method parameters in org.apache.accumulo.server.master.state with type arguments of type Assignment Modifier and Type Method Description voidMetaDataStateStore. setFutureLocations(Collection<Assignment> assignments)abstract voidTabletStateStore. setFutureLocations(Collection<Assignment> assignments)Store the assigned locations in the data store.voidZooTabletStateStore. setFutureLocations(Collection<Assignment> assignments)voidMetaDataStateStore. setLocations(Collection<Assignment> assignments)abstract voidTabletStateStore. setLocations(Collection<Assignment> assignments)Tablet servers will update the data store with the location when they bring the tablet onlinevoidZooTabletStateStore. setLocations(Collection<Assignment> assignments)
-