| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.procedure | |
| org.apache.hadoop.hbase.rsgroup |
| Modifier and Type | Class and Description |
|---|---|
private static class |
SplitWALManager.SplitWorkerAssigner
help assign and release a worker for each WAL splitting task For each worker, concurrent
running splitting task should be no more than maxSplitTasks If a task failed to acquire a
worker, it will suspend and wait for workers available
|
| Modifier and Type | Field and Description |
|---|---|
private List<ServerListener> |
ServerManager.listeners
Listeners that are called on server events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerManager.registerListener(ServerListener listener)
Add the listener to the notification list.
|
boolean |
ServerManager.unregisterListener(ServerListener listener)
Remove the listener from the notification list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSProcedureDispatcher
A remote procecdure dispatcher for regionservers.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
RSGroupInfoManagerImpl.ServerEventsListenerThread
Calls
RSGroupInfoManagerImpl.updateDefaultServers(SortedSet) to update list of known
servers. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.