com.ibm.wsspi.cache

Class ESIStats.ESIServerStats.ESIProcessorStats

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.cache.ESIStats.ESIServerStats.ESIProcessorStats
Enclosing class:
ESIStats.ESIServerStats

  1. public class ESIStats.ESIServerStats.ESIProcessorStats
  2. extends java.lang.Object

Nested Class Summary

Modifier and Type Class and Description
  1. class
ESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats

Constructor Summary

Constructor and Description
ESIStats.ESIServerStats.ESIProcessorStats(com.ibm.ws.cache.servlet.ESIProcessorStats esips)

Method Summary

Modifier and Type Method and Description
  1. void
addCacheEntryStats(com.ibm.ws.cache.servlet.ESICacheEntryStats cacheEntry)
  1. ESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats[]
getCacheEntryStats()
  1. int
getCacheExpires()
  1. int
getCacheHits()
  1. int
getCacheMissesById()
  1. int
getCacheMissesByUrl()
  1. int
getCachePurges()
  1. java.lang.String
getHostName()
  1. int
getPID()
  1. void
handle()
  1. void
setCacheExpires(int expires)
  1. void
setCacheHits(int hits)
  1. void
setCacheMissesById(int misses)
  1. void
setCacheMissesByUrl(int misses)
  1. void
setCachePurges(int purges)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ESIStats.ESIServerStats.ESIProcessorStats

  1. public ESIStats.ESIServerStats.ESIProcessorStats( com.ibm.ws.cache.servlet.ESIProcessorStats esips)

Method Detail

getHostName

  1. public java.lang.String getHostName( )

getPID

  1. public int getPID()

getCacheHits

  1. public int getCacheHits()

setCacheHits

  1. public void setCacheHits(int hits)

getCacheMissesByUrl

  1. public int getCacheMissesByUrl( )

setCacheMissesByUrl

  1. public void setCacheMissesByUrl( int misses)

getCacheMissesById

  1. public int getCacheMissesById()

setCacheMissesById

  1. public void setCacheMissesById( int misses)

getCacheExpires

  1. public int getCacheExpires()

setCacheExpires

  1. public void setCacheExpires(int expires)

getCachePurges

  1. public int getCachePurges()

setCachePurges

  1. public void setCachePurges(int purges)

addCacheEntryStats

  1. public void addCacheEntryStats( com.ibm.ws.cache.servlet.ESICacheEntryStats cacheEntry)

getCacheEntryStats

  1. public ESIStats.ESIServerStats.ESIProcessorStats.ESICacheEntryStats[] getCacheEntryStats( )

handle

  1. public void handle()
  2. throws java.io.IOException
Throws:
java.io.IOException