public interface IndexStatsMBean
Modifier and Type | Field and Description |
---|---|
static String |
STATUS_DONE |
static String |
STATUS_INIT |
static String |
STATUS_RUNNING |
static String |
TYPE |
Modifier and Type | Method and Description |
---|---|
CompositeData |
getConsolidatedExecutionStats()
Returns the consolidated execution stats since last reset
|
String |
getDone() |
CompositeData |
getExecutionCount()
Returns the number of executions as a
TimeSeries . |
CompositeData |
getExecutionTime()
Returns the execution time as a
TimeSeries . |
String |
getLastIndexedTime() |
String |
getProcessedCheckpoint()
Returns the processed checkpoint used by the async indexer.
|
String |
getReferenceCheckpoint()
Returns the current reference checkpoint used by the async indexer
|
String |
getStart() |
String |
getStatus()
Returns the current status of the indexing job
|
String |
getTemporaryCheckpoints()
Temporary checkpoints represent old checkpoints that have been processed
but the cleanup was not successful of did not happen at all (like in the
event the system was forcibly stopped).
|
long |
getUpdates()
Returns the number of updates from the current run cycle.
|
boolean |
isPaused()
Returns the value of the 'paused' flag
|
void |
pause()
Pauses the background indexing process.
|
void |
resetConsolidatedExecutionStats()
Resets the consolidated stats.
|
void |
resume()
Resumes the indexing process.
|
static final String TYPE
static final String STATUS_INIT
static final String STATUS_RUNNING
static final String STATUS_DONE
String getStart()
""
if it is
not currently running.String getDone()
""
if it
is still running.String getStatus()
String getLastIndexedTime()
void pause()
resume()
method is called.
The pause call will take effect on the next run cycle and will affect all
indexes marked as 'async'.
Note: this is experimental and should only be used for
debugging/diagnosis purposes!void resume()
pause()
boolean isPaused()
long getUpdates()
String getReferenceCheckpoint()
String getProcessedCheckpoint()
String getTemporaryCheckpoints()
CompositeData getExecutionCount()
TimeSeries
.CompositeData getExecutionTime()
TimeSeries
.CompositeData getConsolidatedExecutionStats()
void resetConsolidatedExecutionStats()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"