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, wait
messageCount, setCommonProperties
elapsedTime
public void setUrl(String url)
setUrl
in interface MaestroInspector
public void setUser(String user)
setUser
in interface MaestroInspector
public void setPassword(String password)
setPassword
in interface MaestroInspector
public void setWorkerOptions(WorkerOptions workerOptions) throws DurationParseException
setWorkerOptions
in interface MaestroInspector
DurationParseException
public void setBaseLogDir(File baseLogDir)
setBaseLogDir
in interface MaestroInspector
public void setEndpoint(MaestroReceiver endpoint)
setEndpoint
in interface MaestroInspector
public boolean isRunning()
public int start() throws Exception
start
in interface MaestroInspector
Exception
- implementation specificpublic void stop()
stop
in interface MaestroInspector
public long startedEpochMillis()
TestDuration.TestProgress
If the test isn't started yet it is an arbitrary negative value.
startedEpochMillis
in interface TestDuration.TestProgress
This documentation was released into the public domain.