public class RuntimeStatisticsHolder extends Object implements Externalizable
Constructor and Description |
---|
RuntimeStatisticsHolder()
Externalizable default constructor
|
RuntimeStatisticsHolder(long numOfEntries,
long numOfTemplates,
long numOfConnections,
long numOfTransactions) |
Modifier and Type | Method and Description |
---|---|
long |
getActiveConnectionCount() |
long |
getActiveTransactionCount() |
long |
getNotifyTemplateCount() |
long |
getObjectCount() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public RuntimeStatisticsHolder()
public RuntimeStatisticsHolder(long numOfEntries, long numOfTemplates, long numOfConnections, long numOfTransactions)
public long getObjectCount()
public long getNotifyTemplateCount()
public long getActiveConnectionCount()
public long getActiveTransactionCount()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.