public interface ServerStatusExporterMBean
Modifier and Type | Method and Description |
---|---|
long |
getFilesProcessed()
Gets the number of files processed in this cycle.
|
long |
getMillisSinceLastParseStarted()
Gets the milliseconds passed since last parse started.
|
int |
getNumRestarts()
Gets the number of child restart.
|
String |
getServerId()
Gets server id.
|
String |
getStatus()
Gets the current operating status as string.
|
String getServerId()
String getStatus()
long getMillisSinceLastParseStarted()
long getFilesProcessed()
int getNumRestarts()
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.