| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master.assignment | |
| org.apache.hadoop.hbase.master.procedure | |
| org.apache.hadoop.hbase.procedure2 |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignProcedure
Procedure that describe the assignment of a single region.
|
class |
RegionTransitionProcedure
Base class for the Assign and Unassign Procedure.
|
class |
UnassignProcedure
Procedure that describes the unassignment of a single region.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<RemoteProcedureDispatcher.RemoteProcedure> |
RSProcedureDispatcher.ExecuteProceduresRemoteCall.remoteProcedures |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RSProcedureDispatcher.abortPendingOperations(ServerName serverName,
Set<RemoteProcedureDispatcher.RemoteProcedure> operations) |
protected void |
RSProcedureDispatcher.remoteDispatch(ServerName serverName,
Set<RemoteProcedureDispatcher.RemoteProcedure> remoteProcedures) |
void |
RSProcedureDispatcher.splitAndResolveOperation(ServerName serverName,
Set<RemoteProcedureDispatcher.RemoteProcedure> remoteProcedures,
RSProcedureDispatcher.RemoteProcedureResolver resolver)
Fetches
RemoteProcedureDispatcher.RemoteOperations
from the given remoteProcedures and groups them by class of the returned operation. |
| Constructor and Description |
|---|
RegionCloseOperation(RemoteProcedureDispatcher.RemoteProcedure remoteProcedure,
RegionInfo regionInfo,
ServerName destinationServer) |
RegionOpenOperation(RemoteProcedureDispatcher.RemoteProcedure remoteProcedure,
RegionInfo regionInfo,
List<ServerName> favoredNodes,
boolean openForReplay) |
RegionOperation(RemoteProcedureDispatcher.RemoteProcedure remoteProcedure,
RegionInfo regionInfo) |
| Constructor and Description |
|---|
DeadRSRemoteCall(ServerName serverName,
Set<RemoteProcedureDispatcher.RemoteProcedure> remoteProcedures) |
ExecuteProceduresRemoteCall(ServerName serverName,
Set<RemoteProcedureDispatcher.RemoteProcedure> remoteProcedures) |
| Modifier and Type | Field and Description |
|---|---|
private RemoteProcedureDispatcher.RemoteProcedure |
RemoteProcedureDispatcher.RemoteOperation.remoteProcedure |
| Modifier and Type | Field and Description |
|---|---|
private Set<RemoteProcedureDispatcher.RemoteProcedure> |
RemoteProcedureDispatcher.BufferNode.operations |
| Modifier and Type | Method and Description |
|---|---|
RemoteProcedureDispatcher.RemoteProcedure |
RemoteProcedureDispatcher.RemoteOperation.getRemoteProcedure() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteProcedureDispatcher.BufferNode.add(RemoteProcedureDispatcher.RemoteProcedure operation) |
void |
RemoteProcedureDispatcher.RemoteNode.add(RemoteProcedureDispatcher.RemoteProcedure<TEnv,TRemote> operation) |
void |
RemoteProcedureDispatcher.addOperationToNode(TRemote key,
RemoteProcedureDispatcher.RemoteProcedure rp)
Add a remote rpc.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
RemoteProcedureDispatcher.abortPendingOperations(TRemote key,
Set<RemoteProcedureDispatcher.RemoteProcedure> operations) |
protected org.apache.hbase.thirdparty.com.google.common.collect.ArrayListMultimap<Class<?>,RemoteProcedureDispatcher.RemoteOperation> |
RemoteProcedureDispatcher.buildAndGroupRequestByType(TEnv env,
TRemote remote,
Set<RemoteProcedureDispatcher.RemoteProcedure> remoteProcedures) |
protected abstract void |
RemoteProcedureDispatcher.remoteDispatch(TRemote key,
Set<RemoteProcedureDispatcher.RemoteProcedure> operations) |
| Constructor and Description |
|---|
RemoteOperation(RemoteProcedureDispatcher.RemoteProcedure remoteProcedure) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.