Package com.exedio.cope.misc
Class ItemCacheSummary
- java.lang.Object
-
- com.exedio.cope.misc.ItemCacheSummary
-
@Deprecated public final class ItemCacheSummary extends Object
Deprecated.Use summary methods atItemCacheStatistics
instead
-
-
Constructor Summary
Constructors Constructor Description ItemCacheSummary(ItemCacheInfo[] infos)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description long
getAgeAverageMillis()
Deprecated.due to changes to the cache implementation, this value is no longer meaningfullong
getAgeMaximumMillis()
Deprecated.due to changes to the cache implementation, this value is no longer meaningfullong
getAgeMaxMillis()
Deprecated.UsegetAgeMaximumMillis()
insteadlong
getAgeMinimumMillis()
Deprecated.due to changes to the cache implementation, this value is no longer meaningfullong
getAgeMinMillis()
Deprecated.UsegetAgeMinimumMillis()
insteadlong
getConcurrentLoads()
Deprecated.long
getHits()
Deprecated.long
getInvalidateLastHits()
Deprecated.UsegetStampsHits()
insteadlong
getInvalidateLastPurged()
Deprecated.UsegetStampsPurged()
insteadint
getInvalidateLastSize()
Deprecated.UsegetStampsSize()
insteadlong
getInvalidationBucketHits()
Deprecated.Not supported anymore.long
getInvalidationsDone()
Deprecated.long
getInvalidationsOrdered()
Deprecated.Date
getLastReplacementRun()
Deprecated.due to changes to the cache implementation, this value is no longer meaningfulint
getLevel()
Deprecated.int
getLimit()
Deprecated.long
getMisses()
Deprecated.int
getReplacementRuns()
Deprecated.due to changes to the cache implementation, this value is no longer meaningfulint
getReplacements()
Deprecated.UsegetReplacementsL()
insteadlong
getReplacementsL()
Deprecated.long
getStampsHits()
Deprecated.long
getStampsPurged()
Deprecated.int
getStampsSize()
Deprecated.
-
-
-
Constructor Detail
-
ItemCacheSummary
public ItemCacheSummary(ItemCacheInfo[] infos)
Deprecated.
-
-
Method Detail
-
getLimit
@Deprecated public int getLimit()
Deprecated.
-
getLevel
public int getLevel()
Deprecated.
-
getHits
public long getHits()
Deprecated.
-
getMisses
public long getMisses()
Deprecated.
-
getConcurrentLoads
public long getConcurrentLoads()
Deprecated.
-
getReplacementRuns
@Deprecated public int getReplacementRuns()
Deprecated.due to changes to the cache implementation, this value is no longer meaningful
-
getReplacements
@Deprecated public int getReplacements()
Deprecated.UsegetReplacementsL()
instead
-
getReplacementsL
public long getReplacementsL()
Deprecated.
-
getLastReplacementRun
@Deprecated public Date getLastReplacementRun()
Deprecated.due to changes to the cache implementation, this value is no longer meaningful
-
getAgeMinimumMillis
@Deprecated public long getAgeMinimumMillis()
Deprecated.due to changes to the cache implementation, this value is no longer meaningful
-
getAgeAverageMillis
@Deprecated public long getAgeAverageMillis()
Deprecated.due to changes to the cache implementation, this value is no longer meaningful
-
getAgeMaximumMillis
@Deprecated public long getAgeMaximumMillis()
Deprecated.due to changes to the cache implementation, this value is no longer meaningful
-
getInvalidationsOrdered
public long getInvalidationsOrdered()
Deprecated.
-
getInvalidationsDone
public long getInvalidationsDone()
Deprecated.
-
getStampsSize
public int getStampsSize()
Deprecated.
-
getStampsHits
public long getStampsHits()
Deprecated.
-
getStampsPurged
public long getStampsPurged()
Deprecated.
-
getAgeMinMillis
@Deprecated public long getAgeMinMillis()
Deprecated.UsegetAgeMinimumMillis()
instead
-
getAgeMaxMillis
@Deprecated public long getAgeMaxMillis()
Deprecated.UsegetAgeMaximumMillis()
instead
-
getInvalidationBucketHits
@Deprecated public long getInvalidationBucketHits()
Deprecated.Not supported anymore.- Returns:
- Always returns 0.
-
getInvalidateLastSize
@Deprecated public int getInvalidateLastSize()
Deprecated.UsegetStampsSize()
instead
-
getInvalidateLastHits
@Deprecated public long getInvalidateLastHits()
Deprecated.UsegetStampsHits()
instead
-
getInvalidateLastPurged
@Deprecated public long getInvalidateLastPurged()
Deprecated.UsegetStampsPurged()
instead
-
-