Uses of Class
org.apache.accumulo.server.master.state.TabletLocationState
-
Packages that use TabletLocationState Package Description org.apache.accumulo.server.master.state -
-
Uses of TabletLocationState in org.apache.accumulo.server.master.state
Methods in org.apache.accumulo.server.master.state that return TabletLocationState Modifier and Type Method Description static TabletLocationStateMetaDataTableScanner. createTabletLocationState(Key k, Value v)TabletLocationStateMetaDataTableScanner. next()Methods in org.apache.accumulo.server.master.state that return types with arguments of type TabletLocationState Modifier and Type Method Description ClosableIterator<TabletLocationState>MetaDataStateStore. iterator()ClosableIterator<TabletLocationState>RootTabletStateStore. iterator()abstract ClosableIterator<TabletLocationState>TabletStateStore. iterator()Scan the information about the tablets covered by this storeClosableIterator<TabletLocationState>ZooTabletStateStore. iterator()Methods in org.apache.accumulo.server.master.state with parameters of type TabletLocationState Modifier and Type Method Description static voidTabletStateStore. suspend(ServerContext context, TabletLocationState tls, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers, long suspensionTimestamp)static voidTabletStateStore. unassign(ServerContext context, TabletLocationState tls, Map<TServerInstance,List<org.apache.hadoop.fs.Path>> logsForDeadServers)Method parameters in org.apache.accumulo.server.master.state with type arguments of type TabletLocationState Modifier and Type Method Description 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.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.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.voidZooTabletStateStore. unsuspend(Collection<TabletLocationState> tablets)
-