| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.rview.CacheInfoEntry
public abstract class CacheInfoEntry
Contains information about the runtime state of one cache in the system.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Constructor Summary | |
|---|---|
| CacheInfoEntry() | |
| Method Summary | |
|---|---|
| abstract  int | getAccessCount()Returns the number of times the cache was accessed | 
| abstract  int | getBytesUsed()Returns the number of bytes currently held by cache entries. | 
| abstract  int | getCacheInvalidationCount()Returns the number of times the cache was entirely invalidated | 
| abstract  java.lang.String[] | getDependentTables()Returns the list of table names upon which this cache depends. | 
| abstract  int | getEntryCount()Returns the number of entries in the cache. | 
| abstract  int | getEntryInvalidationCount()Returns the number of times a cache entry was invalidated | 
| abstract  int | getGroupCount()Returns the number of entry groups in the cache, where each group comprises entries that have a common key prefix. | 
| abstract  int | getGroupEntryCount()Returns the total number of entries in all of the entry groups. | 
| abstract  int | getHitCount()Returns the number of accesses that were cache hits | 
| abstract  java.lang.String[] | getKeyProperties()Returns the list of property names that make up the keys for the cache entries. | 
| abstract  java.lang.Object[][] | getKeys()Returns the keys of all the entries in the cache. | 
| abstract  int | getMissCount()Returns the number of accesses that were cache misses | 
| abstract  java.lang.String | getName()Returns the name of the cache | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public CacheInfoEntry()
| Method Detail | 
|---|
public abstract java.lang.String getName()
public abstract int getEntryCount()
public abstract int getGroupCount()
public abstract int getGroupEntryCount()
public abstract int getBytesUsed()
public abstract int getAccessCount()
public abstract int getHitCount()
public abstract int getMissCount()
public abstract int getCacheInvalidationCount()
public abstract int getEntryInvalidationCount()
public abstract java.lang.String[] getDependentTables()
public abstract java.lang.String[] getKeyProperties()
public abstract java.lang.Object[][] getKeys()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||