Uses of Class
org.apache.accumulo.server.master.state.DistributedStoreException
-
Packages that use DistributedStoreException Package Description 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 Modifier and Type Method Description byte[]DistributedStore. get(String path)byte[]ZooStore. get(String path)List<String>DistributedStore. getChildren(String path)List<String>ZooStore. getChildren(String path)voidDistributedStore. put(String path, byte[] bs)voidZooStore. put(String path, byte[] bs)voidDistributedStore. remove(String path)voidZooStore. remove(String path)voidMetaDataStateStore. setFutureLocations(Collection<Assignment> assignments)abstract voidTabletStateStore. setFutureLocations(Collection<Assignment> assignments)Store the assigned locations in the data store.voidZooTabletStateStore. setFutureLocations(Collection<Assignment> assignments)static voidTabletStateStore. setLocation(ServerContext context, Assignment assignment)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)voidMetaDataStateStore. suspend(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers, long suspensionTimestamp)abstract voidTabletStateStore. 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)voidZooTabletStateStore. suspend(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers, long suspensionTimestamp)voidMetaDataStateStore. unassign(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers)abstract 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)voidZooTabletStateStore. unassign(Collection<TabletLocationState> tablets, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers)voidMetaDataStateStore. unsuspend(Collection<TabletLocationState> tablets)abstract voidTabletStateStore. unsuspend(Collection<TabletLocationState> tablets)Remove a suspension marker for a collection of tablets, moving them to being simply unassigned.
-