TIBCO EMS .NET API 8.6
TIBCO EMS .NET API 8.6
TIBCO.EMS.ADMIN.JACIInfo Class Reference

This class represents a set of statistics about the JACI cache collected from the EMS server. More...

Public Member Functions

long getHits ()
 
long getMisses ()
 
long getSize ()
 
long getStaleHits ()
 
override String ToString ()
 Returns a String that represents the current Object More...
 

Detailed Description

This class represents a set of statistics about the JACI cache collected from the EMS server.

Member Function Documentation

long TIBCO.EMS.ADMIN.JACIInfo.getHits ( )
inline
Returns
The number of JACI results retrieved from the cache since the last statistics reset.
long TIBCO.EMS.ADMIN.JACIInfo.getMisses ( )
inline
Returns
The number of JACI requests that were not fulfilled by the cache since the last statistics reset.
long TIBCO.EMS.ADMIN.JACIInfo.getSize ( )
inline
Returns
The number of entries in the JACI cache.
long TIBCO.EMS.ADMIN.JACIInfo.getStaleHits ( )
inline
Returns
return The number of times an entry in the JACI cache

was found to be out of date.

override String TIBCO.EMS.ADMIN.JACIInfo.ToString ( )
inline

Returns a String that represents the current Object


Copyright © Cloud Software Group, Inc. All rights reserved.