Class ChangeTableState
- java.lang.Object
-
- org.apache.accumulo.master.tableOps.MasterRepo
-
- org.apache.accumulo.master.tableOps.ChangeTableState
-
- All Implemented Interfaces:
Serializable,ReadOnlyRepo<Master>,Repo<Master>
public class ChangeTableState extends MasterRepo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChangeTableState(NamespaceId namespaceId, TableId tableId, TableOperation top)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repo<Master>call(long tid, Master env)longisReady(long tid, Master env)voidundo(long tid, Master env)-
Methods inherited from class org.apache.accumulo.master.tableOps.MasterRepo
getDescription, getReturn
-
-
-
-
Constructor Detail
-
ChangeTableState
public ChangeTableState(NamespaceId namespaceId, TableId tableId, TableOperation top)
-
-
Method Detail
-
isReady
public long isReady(long tid, Master env) throws Exception- Specified by:
isReadyin interfaceReadOnlyRepo<Master>- Overrides:
isReadyin classMasterRepo- Throws:
Exception
-
call
public Repo<Master> call(long tid, Master env)
- Specified by:
callin interfaceRepo<Master>- Specified by:
callin classMasterRepo
-
-