public final class ExecutionSignature extends Object
This class is thread-safe.
| Modifier and Type | Method and Description |
|---|---|
static ExecutionSignature |
createSignature(Class<? extends AbstractInvokable> invokableClass,
JobID jobID)
Calculates the execution signature from the given class name and job ID.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public static ExecutionSignature createSignature(Class<? extends AbstractInvokable> invokableClass, JobID jobID)
invokableClass - the name of the class to contain the task programjobID - the ID of the jobCopyright © 2014 The Apache Software Foundation. All rights reserved.