Uses of Class
org.apache.accumulo.server.manager.state.DistributedStoreException
-
Packages that use DistributedStoreException Package Description org.apache.accumulo.server.manager.state -
-
Uses of DistributedStoreException in org.apache.accumulo.server.manager.state
Methods in org.apache.accumulo.server.manager.state that throw DistributedStoreException Modifier and Type Method Description voidTabletStateStore. setFutureLocations(Collection<Assignment> assignments)Store the assigned locations in the data store.static voidTabletStateStore. setLocation(ServerContext context, Assignment assignment)voidTabletStateStore. setLocations(Collection<Assignment> assignments)Tablet servers will update the data store with the location when they bring the tablet onlinevoidTabletStateStore. suspend(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers, long suspensionTimestamp)Mark tablets as having no known or future location, but desiring to be returned to their previous tserver.static voidTabletStateStore. suspend(ServerContext context, TabletLocationState tls, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers, long suspensionTimestamp)voidTabletStateStore. unassign(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers)Mark the tablets as having no known or future location.static voidTabletStateStore. unassign(ServerContext context, TabletLocationState tls, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers)voidTabletStateStore. unsuspend(Collection<TabletLocationState> tablets)Remove a suspension marker for a collection of tablets, moving them to being simply unassigned.
-