public class SchedulerJobInstanceRun extends Object
Constructor and Description |
---|
SchedulerJobInstanceRun() |
SchedulerJobInstanceRun(SchedulerJobInstanceHandle handle,
int runId,
LensSessionHandle sessionHandle,
long startTime,
long endTime,
String resultPath,
QueryHandle queryHandle,
SchedulerJobInstanceState instanceState) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getEndTime() |
SchedulerJobInstanceHandle |
getHandle() |
SchedulerJobInstanceState |
getInstanceState() |
QueryHandle |
getQueryHandle() |
String |
getResultPath() |
int |
getRunId() |
LensSessionHandle |
getSessionHandle() |
long |
getStartTime() |
int |
hashCode() |
void |
setEndTime(long endTime) |
void |
setHandle(SchedulerJobInstanceHandle handle) |
void |
setInstanceState(SchedulerJobInstanceState instanceState) |
void |
setQueryHandle(QueryHandle queryHandle) |
void |
setResultPath(String resultPath) |
void |
setRunId(int runId) |
void |
setSessionHandle(LensSessionHandle sessionHandle) |
void |
setStartTime(long startTime) |
String |
toString() |
@ConstructorProperties(value={"handle","runId","sessionHandle","startTime","endTime","resultPath","queryHandle","instanceState"}) @Generated(value="lombok") public SchedulerJobInstanceRun(SchedulerJobInstanceHandle handle, int runId, LensSessionHandle sessionHandle, long startTime, long endTime, String resultPath, QueryHandle queryHandle, SchedulerJobInstanceState instanceState)
@Generated(value="lombok") public SchedulerJobInstanceRun()
@Generated(value="lombok") public SchedulerJobInstanceHandle getHandle()
@Generated(value="lombok") public int getRunId()
@Generated(value="lombok") public LensSessionHandle getSessionHandle()
@Generated(value="lombok") public long getStartTime()
@Generated(value="lombok") public long getEndTime()
@Generated(value="lombok") public String getResultPath()
@Generated(value="lombok") public QueryHandle getQueryHandle()
@Generated(value="lombok") public SchedulerJobInstanceState getInstanceState()
@Generated(value="lombok") public void setHandle(SchedulerJobInstanceHandle handle)
handle
- : Instance handle@Generated(value="lombok") public void setRunId(int runId)
runId
- : run number of the instance run. Highest run number will represent the latest run.@Generated(value="lombok") public void setSessionHandle(LensSessionHandle sessionHandle)
sessionHandle
- new session handle.@Generated(value="lombok") public void setStartTime(long startTime)
startTime
- start time to be set for the instance run.@Generated(value="lombok") public void setEndTime(long endTime)
endTime
- end time to be set for the instance run.@Generated(value="lombok") public void setResultPath(String resultPath)
resultPath
- result path to be set.@Generated(value="lombok") public void setQueryHandle(QueryHandle queryHandle)
queryHandle
- query to be set@Generated(value="lombok") public void setInstanceState(SchedulerJobInstanceState instanceState)
instanceState
- state to be set.@Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.