public interface AgentIndexRunnerMBean
Modifier and Type | Method and Description |
---|---|
void |
disable() |
void |
enable() |
java.lang.Exception |
getExceptions()
Get Exception from last run
|
void |
index(boolean waitForFinished)
Start indexing outside the timer
|
long |
lastIndexTimeFinished()
Last index time in System.currentmillis
of successful index update
|
long |
lastIndexTimeStarted()
Last index time in System.currentmillis
|
long |
lastIndexTimeUsed()
Last index time usage for successful indexing (no exceptions)
|
void enable()
void disable()
long lastIndexTimeFinished()
long lastIndexTimeStarted()
long lastIndexTimeUsed()
void index(boolean waitForFinished)
waitForFinished
- wait for it to finish or just return when startedjava.lang.Exception getExceptions()