Package | Description |
---|---|
org.apache.hadoop.hbase.master.assignment | |
org.apache.hadoop.hbase.master.procedure | |
org.apache.hadoop.hbase.procedure2 |
Modifier and Type | Method and Description |
---|---|
RemoteProcedureDispatcher.RemoteOperation |
UnassignProcedure.remoteCallBuild(MasterProcedureEnv env,
ServerName serverName) |
RemoteProcedureDispatcher.RemoteOperation |
AssignProcedure.remoteCallBuild(MasterProcedureEnv env,
ServerName serverName) |
abstract RemoteProcedureDispatcher.RemoteOperation |
RegionTransitionProcedure.remoteCallBuild(MasterProcedureEnv env,
ServerName serverName) |
Modifier and Type | Method and Description |
---|---|
void |
RegionTransitionProcedure.remoteCallCompleted(MasterProcedureEnv env,
ServerName serverName,
RemoteProcedureDispatcher.RemoteOperation response) |
Modifier and Type | Class and Description |
---|---|
static class |
RSProcedureDispatcher.RegionCloseOperation |
static class |
RSProcedureDispatcher.RegionOpenOperation |
static class |
RSProcedureDispatcher.RegionOperation |
Modifier and Type | Method and Description |
---|---|
protected <T extends RemoteProcedureDispatcher.RemoteOperation> |
RemoteProcedureDispatcher.fetchType(org.apache.hbase.thirdparty.com.google.common.collect.ArrayListMultimap<Class<?>,RemoteProcedureDispatcher.RemoteOperation> requestByType,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
RemoteProcedureDispatcher.RemoteOperation |
RemoteProcedureDispatcher.RemoteProcedure.remoteCallBuild(TEnv env,
TRemote remote) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.hbase.thirdparty.com.google.common.collect.ArrayListMultimap<Class<?>,RemoteProcedureDispatcher.RemoteOperation> |
RemoteProcedureDispatcher.buildAndGroupRequestByType(TEnv env,
TRemote remote,
Set<RemoteProcedureDispatcher.RemoteProcedure> remoteProcedures) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteProcedureDispatcher.RemoteProcedure.remoteCallCompleted(TEnv env,
TRemote remote,
RemoteProcedureDispatcher.RemoteOperation response) |
Modifier and Type | Method and Description |
---|---|
protected <T extends RemoteProcedureDispatcher.RemoteOperation> |
RemoteProcedureDispatcher.fetchType(org.apache.hbase.thirdparty.com.google.common.collect.ArrayListMultimap<Class<?>,RemoteProcedureDispatcher.RemoteOperation> requestByType,
Class<T> type) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.