| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.master.procedure | |
| org.apache.hadoop.hbase.master.replication | 
| Modifier and Type | Method and Description | 
|---|---|
| PeerProcedureInterface.PeerOperationType | PeerProcedureInterface. getPeerOperationType() | 
| static PeerProcedureInterface.PeerOperationType | PeerProcedureInterface.PeerOperationType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PeerProcedureInterface.PeerOperationType[] | PeerProcedureInterface.PeerOperationType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Field and Description | 
|---|---|
| private PeerProcedureInterface.PeerOperationType | RefreshPeerProcedure. type | 
| Modifier and Type | Method and Description | 
|---|---|
| PeerProcedureInterface.PeerOperationType | EnablePeerProcedure. getPeerOperationType() | 
| PeerProcedureInterface.PeerOperationType | UpdatePeerConfigProcedure. getPeerOperationType() | 
| PeerProcedureInterface.PeerOperationType | RefreshPeerProcedure. getPeerOperationType() | 
| PeerProcedureInterface.PeerOperationType | RemovePeerProcedure. getPeerOperationType() | 
| PeerProcedureInterface.PeerOperationType | AddPeerProcedure. getPeerOperationType() | 
| PeerProcedureInterface.PeerOperationType | DisablePeerProcedure. getPeerOperationType() | 
| private static PeerProcedureInterface.PeerOperationType | RefreshPeerProcedure. toPeerOperationType(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.PeerModificationType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | ModifyPeerProcedure. refreshPeer(MasterProcedureEnv env,
           PeerProcedureInterface.PeerOperationType type) | 
| private static org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.PeerModificationType | RefreshPeerProcedure. toPeerModificationType(PeerProcedureInterface.PeerOperationType type) | 
| Constructor and Description | 
|---|
| RefreshPeerProcedure(String peerId,
                    PeerProcedureInterface.PeerOperationType type,
                    ServerName targetServer) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.