public abstract class MasterRepo extends Object implements Repo<Master>
| Constructor and Description |
|---|
MasterRepo() |
| Modifier and Type | Method and Description |
|---|---|
abstract Repo<Master> |
call(long tid,
Master environment) |
String |
getDescription() |
String |
getReturn() |
long |
isReady(long tid,
Master environment) |
void |
undo(long tid,
Master environment) |
public long isReady(long tid,
Master environment)
throws Exception
isReady in interface ReadOnlyRepo<Master>Exceptionpublic String getDescription()
getDescription in interface ReadOnlyRepo<Master>Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.