Package | Description |
---|---|
org.apache.hadoop.hbase.master.procedure | |
org.apache.hadoop.hbase.master.replication |
Modifier and Type | Class and Description |
---|---|
class |
HBCKServerCrashProcedure
Acts like the super class in all cases except when no Regions found in the current Master
in-memory context.
|
class |
ServerCrashProcedure
Handle crashed server.
|
class |
SplitWALProcedure
The procedure is to split a WAL.
|
class |
SplitWALRemoteProcedure
A remote procedure which is used to send split WAL request to region server.
|
class |
SwitchRpcThrottleProcedure
The procedure to switch rpc throttle
|
class |
SwitchRpcThrottleRemoteProcedure
The procedure to switch rpc throttle on region server
|
Modifier and Type | Method and Description |
---|---|
static int |
MasterProcedureUtil.getServerPriority(ServerProcedureInterface proc)
Return the priority for the given procedure.
|
private ServerQueue |
MasterProcedureScheduler.getServerQueue(ServerName serverName,
ServerProcedureInterface proc) |
Modifier and Type | Class and Description |
---|---|
class |
ClaimReplicationQueueRemoteProcedure |
class |
ClaimReplicationQueuesProcedure
Used to assign the replication queues of a dead server to other region servers.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.