Class GetBasicStatistics
java.lang.Object
org.jivesoftware.openfire.cluster.GetBasicStatistics
- All Implemented Interfaces:
Externalizable,Serializable,Runnable,ClusterTask<Map<String,Object>>
Command that returns basic information about this JVM like number of client sessions,
server sessions and amount of free and used memory.
- Author:
- Gaston Dombiak
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NODE
- See Also:
-
CLIENT
- See Also:
-
INCOMING
- See Also:
-
OUTGOING
- See Also:
-
MEMORY_CURRENT
- See Also:
-
MEMORY_MAX
- See Also:
-
-
Constructor Details
-
GetBasicStatistics
public GetBasicStatistics()
-
-
Method Details
-
getResult
- Specified by:
getResultin interfaceClusterTask<Map<String,Object>>
-
run
public void run() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-