public abstract class CoordinatorCommand<T> extends Command<T,CoordinatorStore>
dryrun, instrumentation, LOCK_FAILURE_REQUEUE_INTERVAL| Constructor and Description |
|---|
CoordinatorCommand(String name,
String type,
int priority,
int logMask) |
CoordinatorCommand(String name,
String type,
int priority,
int logMask,
boolean withStore) |
CoordinatorCommand(String name,
String type,
int priority,
int logMask,
boolean withStore,
boolean dryrun) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Store> |
getStoreClass()
Return the public interface of the Coordinator Store.
|
call, call, execute, getCreatedTime, getEntityKey, getInstrumentation, getKey, getName, getPriority, getType, inInterruptMode, lock, logQueueCallableFalse, queueCallable, queueCallable, queueCallable, queueCallableForException, resetLogInfoAction, resetLogInfoWorkflow, setInterruptMode, setLogInfo, setLogInfo, setLogInfo, setLogInfo, toStringpublic CoordinatorCommand(String name, String type, int priority, int logMask)
public CoordinatorCommand(String name, String type, int priority, int logMask, boolean withStore)
public CoordinatorCommand(String name, String type, int priority, int logMask, boolean withStore, boolean dryrun)
public Class<? extends Store> getStoreClass()
getStoreClass in class Command<T,CoordinatorStore>WorkflowStoreCopyright © 2014 Apache Software Foundation. All Rights Reserved.