ehcache

Uses of Interface
net.sf.ehcache.statistics.extended.ExtendedStatistics.Result

Packages that use ExtendedStatistics.Result
net.sf.ehcache.statistics This package contains classes related to LiveCacheStatistics and its implementation. 
net.sf.ehcache.statistics.extended This package contains classes related to extended statistics implementation. 
 

Uses of ExtendedStatistics.Result in net.sf.ehcache.statistics
 

Methods in net.sf.ehcache.statistics that return ExtendedStatistics.Result
 ExtendedStatistics.Result StatisticsGateway.cacheEvictionOperation()
           
 ExtendedStatistics.Result FlatStatistics.cacheEvictionOperation()
          Cache eviction operation.
 ExtendedStatistics.Result StatisticsGateway.cacheExpiredOperation()
           
 ExtendedStatistics.Result FlatStatistics.cacheExpiredOperation()
          Cache expired operation.
 ExtendedStatistics.Result StatisticsGateway.cacheGetOperation()
           
 ExtendedStatistics.Result FlatStatistics.cacheGetOperation()
          Cache get operation.
 ExtendedStatistics.Result StatisticsGateway.cacheHitOperation()
           
 ExtendedStatistics.Result FlatStatistics.cacheHitOperation()
          Cache hit operation.
 ExtendedStatistics.Result StatisticsGateway.cacheMissExpiredOperation()
           
 ExtendedStatistics.Result FlatStatistics.cacheMissExpiredOperation()
          Cache miss expired operation.
 ExtendedStatistics.Result StatisticsGateway.cacheMissNotFoundOperation()
           
 ExtendedStatistics.Result FlatStatistics.cacheMissNotFoundOperation()
          Cache miss not found operation.
 ExtendedStatistics.Result StatisticsGateway.cacheMissOperation()
           
 ExtendedStatistics.Result FlatStatistics.cacheMissOperation()
          Cache miss operation.
 ExtendedStatistics.Result StatisticsGateway.cachePutAddedOperation()
           
 ExtendedStatistics.Result FlatStatistics.cachePutAddedOperation()
          Cache put added operation.
 ExtendedStatistics.Result StatisticsGateway.cachePutOperation()
           
 ExtendedStatistics.Result FlatStatistics.cachePutOperation()
          Cache put operation.
 ExtendedStatistics.Result StatisticsGateway.cachePutReplacedOperation()
           
 ExtendedStatistics.Result FlatStatistics.cachePutReplacedOperation()
          Cache put replaced operation.
 ExtendedStatistics.Result StatisticsGateway.cacheRemoveOperation()
           
 ExtendedStatistics.Result FlatStatistics.cacheRemoveOperation()
          Cache remove operation.
 ExtendedStatistics.Result StatisticsGateway.cacheSearchOperation()
           
 ExtendedStatistics.Result FlatStatistics.cacheSearchOperation()
          Cache search operation.
 ExtendedStatistics.Result StatisticsGateway.localDiskHitOperation()
           
 ExtendedStatistics.Result FlatStatistics.localDiskHitOperation()
          Local disk hit operation.
 ExtendedStatistics.Result StatisticsGateway.localDiskMissOperation()
           
 ExtendedStatistics.Result FlatStatistics.localDiskMissOperation()
          Local disk miss operation.
 ExtendedStatistics.Result StatisticsGateway.localDiskPutAddedOperation()
           
 ExtendedStatistics.Result FlatStatistics.localDiskPutAddedOperation()
          Local disk put added operation.
 ExtendedStatistics.Result StatisticsGateway.localDiskPutOperation()
           
 ExtendedStatistics.Result FlatStatistics.localDiskPutOperation()
          Local disk put operation.
 ExtendedStatistics.Result StatisticsGateway.localDiskPutReplacedOperation()
           
 ExtendedStatistics.Result FlatStatistics.localDiskPutReplacedOperation()
          Local disk put replaced operation.
 ExtendedStatistics.Result StatisticsGateway.localDiskRemoveOperation()
           
 ExtendedStatistics.Result FlatStatistics.localDiskRemoveOperation()
          Local disk remove operation.
 ExtendedStatistics.Result StatisticsGateway.localHeapHitOperation()
           
 ExtendedStatistics.Result FlatStatistics.localHeapHitOperation()
          Local heap hit operation.
 ExtendedStatistics.Result StatisticsGateway.localHeapMissOperation()
           
 ExtendedStatistics.Result FlatStatistics.localHeapMissOperation()
          Local heap miss operation.
 ExtendedStatistics.Result StatisticsGateway.localHeapPutAddedOperation()
           
 ExtendedStatistics.Result FlatStatistics.localHeapPutAddedOperation()
          Local heap put added operation.
 ExtendedStatistics.Result StatisticsGateway.localHeapPutOperation()
           
 ExtendedStatistics.Result FlatStatistics.localHeapPutOperation()
          Local heap put operation.
 ExtendedStatistics.Result StatisticsGateway.localHeapPutReplacedOperation()
           
 ExtendedStatistics.Result FlatStatistics.localHeapPutReplacedOperation()
          Local heap put replaced operation.
 ExtendedStatistics.Result StatisticsGateway.localHeapRemoveOperation()
           
 ExtendedStatistics.Result FlatStatistics.localHeapRemoveOperation()
          Local heap remove operation.
 ExtendedStatistics.Result StatisticsGateway.localOffHeapHitOperation()
           
 ExtendedStatistics.Result FlatStatistics.localOffHeapHitOperation()
          Local off heap hit operation.
 ExtendedStatistics.Result StatisticsGateway.localOffHeapMissOperation()
           
 ExtendedStatistics.Result FlatStatistics.localOffHeapMissOperation()
          Local off heap miss operation.
 ExtendedStatistics.Result StatisticsGateway.localOffHeapPutAddedOperation()
           
 ExtendedStatistics.Result FlatStatistics.localOffHeapPutAddedOperation()
          Local off heap put added operation.
 ExtendedStatistics.Result StatisticsGateway.localOffHeapPutOperation()
           
 ExtendedStatistics.Result FlatStatistics.localOffHeapPutOperation()
          Local off heap put operation.
 ExtendedStatistics.Result StatisticsGateway.localOffHeapPutReplacedOperation()
           
 ExtendedStatistics.Result FlatStatistics.localOffHeapPutReplacedOperation()
          Local off heap put replaced operation.
 ExtendedStatistics.Result StatisticsGateway.localOffHeapRemoveOperation()
           
 ExtendedStatistics.Result FlatStatistics.localOffHeapRemoveOperation()
          Local off heap remove operation.
 ExtendedStatistics.Result StatisticsGateway.xaCommitExceptionOperation()
           
 ExtendedStatistics.Result FlatStatistics.xaCommitExceptionOperation()
          Xa commit exception operation.
 ExtendedStatistics.Result StatisticsGateway.xaCommitReadOnlyOperation()
           
 ExtendedStatistics.Result FlatStatistics.xaCommitReadOnlyOperation()
          Xa commit read only operation.
 ExtendedStatistics.Result StatisticsGateway.xaCommitSuccessOperation()
           
 ExtendedStatistics.Result FlatStatistics.xaCommitSuccessOperation()
          Xa commit success operation.
 ExtendedStatistics.Result StatisticsGateway.xaRecoveryOperation()
           
 ExtendedStatistics.Result FlatStatistics.xaRecoveryOperation()
          Xa recovery operation.
 ExtendedStatistics.Result StatisticsGateway.xaRollbackExceptionOperation()
           
 ExtendedStatistics.Result FlatStatistics.xaRollbackExceptionOperation()
          Xa rollback exception operation.
 ExtendedStatistics.Result StatisticsGateway.xaRollbackOperation()
           
 ExtendedStatistics.Result FlatStatistics.xaRollbackOperation()
          Xa rollback operation.
 

Uses of ExtendedStatistics.Result in net.sf.ehcache.statistics.extended
 

Methods in net.sf.ehcache.statistics.extended that return ExtendedStatistics.Result
 ExtendedStatistics.Result ExtendedStatisticsImpl.allGet()
           
 ExtendedStatistics.Result ExtendedStatistics.allGet()
          All get.
 ExtendedStatistics.Result ExtendedStatisticsImpl.allMiss()
           
 ExtendedStatistics.Result ExtendedStatistics.allMiss()
          All miss.
 ExtendedStatistics.Result ExtendedStatisticsImpl.allPut()
           
 ExtendedStatistics.Result ExtendedStatistics.allPut()
          All put.
 ExtendedStatistics.Result ExtendedStatistics.Operation.component(T result)
          Component.
 ExtendedStatistics.Result ExtendedStatistics.Operation.compound(Set<T> results)
          Compound.
 ExtendedStatistics.Result ExtendedStatisticsImpl.diskAllPut()
           
 ExtendedStatistics.Result ExtendedStatistics.diskAllPut()
          Disk all put.
 ExtendedStatistics.Result ExtendedStatisticsImpl.heapAllPut()
           
 ExtendedStatistics.Result ExtendedStatistics.heapAllPut()
          Heap all put.
 ExtendedStatistics.Result ExtendedStatisticsImpl.offHeapAllPut()
           
 ExtendedStatistics.Result ExtendedStatistics.offHeapAllPut()
          Off heap all put.
 


ehcache

Copyright 2001-2017, Terracotta, Inc.