public class RunningOperation
extends java.lang.Object
Constructor and Description |
---|
RunningOperation(SpliceOperation operation,
java.lang.Thread thread,
java.util.Date submittedTime,
DataSetProcessor.Type engine) |
Modifier and Type | Method and Description |
---|---|
DataSetProcessor.Type |
getEngine() |
SpliceOperation |
getOperation() |
java.util.Date |
getSubmittedTime() |
java.lang.Thread |
getThread() |
public RunningOperation(SpliceOperation operation, java.lang.Thread thread, java.util.Date submittedTime, DataSetProcessor.Type engine)
public java.util.Date getSubmittedTime()
public DataSetProcessor.Type getEngine()
public SpliceOperation getOperation()
public java.lang.Thread getThread()