org.apache.accumulo.server.master.tserverOps
Class ShutdownTServer
java.lang.Object
org.apache.accumulo.server.master.tableOps.MasterRepo
org.apache.accumulo.server.master.tserverOps.ShutdownTServer
- All Implemented Interfaces:
- Serializable, Repo<Master>
public class ShutdownTServer
- extends MasterRepo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShutdownTServer
public ShutdownTServer(TServerInstance server,
boolean force)
isReady
public long isReady(long tid,
Master environment)
throws Exception
- Specified by:
isReady
in interface Repo<Master>
- Overrides:
isReady
in class MasterRepo
- Throws:
Exception
call
public Repo<Master> call(long tid,
Master m)
throws Exception
- Specified by:
call
in interface Repo<Master>
- Specified by:
call
in class MasterRepo
- Throws:
Exception
undo
public void undo(long tid,
Master m)
throws Exception
- Specified by:
undo
in interface Repo<Master>
- Overrides:
undo
in class MasterRepo
- Throws:
Exception
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.