Class LogRollProcedure.NewServerWALRoller
java.lang.Object
org.apache.hadoop.hbase.master.procedure.LogRollProcedure.NewServerWALRoller
- All Implemented Interfaces:
ServerListener
- Enclosing class:
- LogRollProcedure
private static final class LogRollProcedure.NewServerWALRoller
extends Object
implements ServerListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserverAdded(ServerName server) The server has joined the cluster.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.master.ServerListener
serverRemoved, waiting
-
Field Details
-
env
-
-
Constructor Details
-
NewServerWALRoller
-
-
Method Details
-
serverAdded
Description copied from interface:ServerListenerThe server has joined the cluster.- Specified by:
serverAddedin interfaceServerListener- Parameters:
server- The remote servers name.
-