Class ShutdownTServer
- java.lang.Object
-
- org.apache.accumulo.master.tableOps.MasterRepo
-
- org.apache.accumulo.master.tserverOps.ShutdownTServer
-
- All Implemented Interfaces:
Serializable,ReadOnlyRepo<Master>,Repo<Master>
public class ShutdownTServer extends MasterRepo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShutdownTServer(TServerInstance server, boolean force)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repo<Master>call(long tid, Master master)longisReady(long tid, Master master)voidundo(long tid, Master m)-
Methods inherited from class org.apache.accumulo.master.tableOps.MasterRepo
getDescription, getReturn
-
-
-
-
Constructor Detail
-
ShutdownTServer
public ShutdownTServer(TServerInstance server, boolean force)
-
-