com.waveset.object
Class ObjectCache.CacheReport.CacheTypeSummary

java.lang.Object
  extended bycom.waveset.object.ObjectCache.CacheReport.CacheTypeSummary
Enclosing class:
ObjectCache.CacheReport

public static class ObjectCache.CacheReport.CacheTypeSummary
extends java.lang.Object


Constructor Summary
ObjectCache.CacheReport.CacheTypeSummary(Type type)
           
ObjectCache.CacheReport.CacheTypeSummary(Type type, java.lang.String mapType)
           
 
Method Summary
 void addEntry(com.waveset.object.ObjectHandle oh)
           
 int getEntriesNull()
           
 int getEntryCount()
           
 java.lang.String getMapType()
           
 Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectCache.CacheReport.CacheTypeSummary

public ObjectCache.CacheReport.CacheTypeSummary(Type type)

ObjectCache.CacheReport.CacheTypeSummary

public ObjectCache.CacheReport.CacheTypeSummary(Type type,
                                                java.lang.String mapType)
Method Detail

addEntry

public void addEntry(com.waveset.object.ObjectHandle oh)

getEntryCount

public int getEntryCount()

getEntriesNull

public int getEntriesNull()

getType

public Type getType()

getMapType

public java.lang.String getMapType()