public class InterconnectInspector extends Object implements MaestroInspector
| Constructor and Description |
|---|
InterconnectInspector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning() |
void |
setBaseLogDir(File baseLogDir) |
void |
setEndpoint(MaestroReceiver endpoint) |
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUser(String user) |
void |
setWorkerOptions(WorkerOptions workerOptions) |
int |
start()
Start inspector
|
long |
startedEpochMillis()
It represent the start of the test in milliseconds using Unix Epoch in milliseconds.
|
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmessageCount, setCommonPropertieselapsedTimepublic void setUrl(String url)
setUrl in interface MaestroInspectorpublic void setUser(String user)
setUser in interface MaestroInspectorpublic void setPassword(String password)
setPassword in interface MaestroInspectorpublic void setWorkerOptions(WorkerOptions workerOptions) throws DurationParseException
setWorkerOptions in interface MaestroInspectorDurationParseExceptionpublic void setBaseLogDir(File baseLogDir)
setBaseLogDir in interface MaestroInspectorpublic void setEndpoint(MaestroReceiver endpoint)
setEndpoint in interface MaestroInspectorpublic boolean isRunning()
public int start()
throws Exception
start in interface MaestroInspectorException - implementation specificpublic void stop()
stop in interface MaestroInspectorpublic long startedEpochMillis()
TestDuration.TestProgressIf the test isn't started yet it is an arbitrary negative value.
startedEpochMillis in interface TestDuration.TestProgressThis documentation was released into the public domain.