ehcache

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

Packages that use ExtendedStatistics.Operation
net.sf.ehcache.statistics.extended This package contains classes related to extended statistics implementation. 
 

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

Methods in net.sf.ehcache.statistics.extended that return ExtendedStatistics.Operation
 ExtendedStatistics.Operation<CacheOperationOutcomes.ClusterEventOutcomes> ExtendedStatisticsImpl.clusterEvent()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.ClusterEventOutcomes> ExtendedStatistics.clusterEvent()
          Cluster events
 ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> ExtendedStatisticsImpl.diskGet()
           
 ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> ExtendedStatistics.diskGet()
          Disk get.
 ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> ExtendedStatisticsImpl.diskPut()
           
 ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> ExtendedStatistics.diskPut()
          Disk put.
 ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> ExtendedStatisticsImpl.diskRemove()
           
 ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> ExtendedStatistics.diskRemove()
          Disk remove.
 ExtendedStatistics.Operation<CacheOperationOutcomes.EvictionOutcome> ExtendedStatisticsImpl.eviction()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.EvictionOutcome> ExtendedStatistics.eviction()
          Eviction.
 ExtendedStatistics.Operation<CacheOperationOutcomes.ExpiredOutcome> ExtendedStatisticsImpl.expiry()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.ExpiredOutcome> ExtendedStatistics.expiry()
          Expiry.
 ExtendedStatistics.Operation<CacheOperationOutcomes.GetOutcome> ExtendedStatisticsImpl.get()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.GetOutcome> ExtendedStatistics.get()
          Gets the.
 ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> ExtendedStatisticsImpl.heapGet()
           
 ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> ExtendedStatistics.heapGet()
          Heap get.
 ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> ExtendedStatisticsImpl.heapPut()
           
 ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> ExtendedStatistics.heapPut()
          Heap put.
 ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> ExtendedStatisticsImpl.heapRemove()
           
 ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> ExtendedStatistics.heapRemove()
          Heap remove.
 ExtendedStatistics.Operation<CacheOperationOutcomes.NonStopOperationOutcomes> ExtendedStatisticsImpl.nonstop()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.NonStopOperationOutcomes> ExtendedStatistics.nonstop()
          Nonstop events
 ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> ExtendedStatisticsImpl.offheapGet()
           
 ExtendedStatistics.Operation<StoreOperationOutcomes.GetOutcome> ExtendedStatistics.offheapGet()
          Offheap get.
 ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> ExtendedStatisticsImpl.offheapPut()
           
 ExtendedStatistics.Operation<StoreOperationOutcomes.PutOutcome> ExtendedStatistics.offheapPut()
          Offheap put.
 ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> ExtendedStatisticsImpl.offheapRemove()
           
 ExtendedStatistics.Operation<StoreOperationOutcomes.RemoveOutcome> ExtendedStatistics.offheapRemove()
          Offheap remove.
 ExtendedStatistics.Operation<CacheOperationOutcomes.PutOutcome> ExtendedStatisticsImpl.put()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.PutOutcome> ExtendedStatistics.put()
          Put.
 ExtendedStatistics.Operation<CacheOperationOutcomes.PutIfAbsentOutcome> ExtendedStatisticsImpl.putIfAbsent()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.PutIfAbsentOutcome> ExtendedStatistics.putIfAbsent()
          put if absent operation
 ExtendedStatistics.Operation<CacheOperationOutcomes.RemoveOutcome> ExtendedStatisticsImpl.remove()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.RemoveOutcome> ExtendedStatistics.remove()
          Removes the.
 ExtendedStatistics.Operation<CacheOperationOutcomes.RemoveElementOutcome> ExtendedStatisticsImpl.removeElement()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.RemoveElementOutcome> ExtendedStatistics.removeElement()
          remove element operation
 ExtendedStatistics.Operation<CacheOperationOutcomes.ReplaceOneArgOutcome> ExtendedStatisticsImpl.replaceOneArg()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.ReplaceOneArgOutcome> ExtendedStatistics.replaceOneArg()
          single arg replace operation
 ExtendedStatistics.Operation<CacheOperationOutcomes.ReplaceTwoArgOutcome> ExtendedStatisticsImpl.replaceTwoArg()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.ReplaceTwoArgOutcome> ExtendedStatistics.replaceTwoArg()
          two arg replace operation
 ExtendedStatistics.Operation<CacheOperationOutcomes.SearchOutcome> ExtendedStatisticsImpl.search()
           
 ExtendedStatistics.Operation<CacheOperationOutcomes.SearchOutcome> ExtendedStatistics.search()
          Search.
 ExtendedStatistics.Operation<XaCommitOutcome> ExtendedStatisticsImpl.xaCommit()
           
 ExtendedStatistics.Operation<XaCommitOutcome> ExtendedStatistics.xaCommit()
          Xa commit.
 ExtendedStatistics.Operation<XaRecoveryOutcome> ExtendedStatisticsImpl.xaRecovery()
           
 ExtendedStatistics.Operation<XaRecoveryOutcome> ExtendedStatistics.xaRecovery()
          Xa recovery.
 ExtendedStatistics.Operation<XaRollbackOutcome> ExtendedStatisticsImpl.xaRollback()
           
 ExtendedStatistics.Operation<XaRollbackOutcome> ExtendedStatistics.xaRollback()
          Xa rollback.
 

Methods in net.sf.ehcache.statistics.extended that return types with arguments of type ExtendedStatistics.Operation
<T extends Enum<T>>
Set<ExtendedStatistics.Operation<T>>
ExtendedStatisticsImpl.operations(Class<T> outcome, String name, String... tags)
           
<T extends Enum<T>>
Set<ExtendedStatistics.Operation<T>>
ExtendedStatistics.operations(Class<T> outcome, String name, String... tags)
          Operations.
 


ehcache

Copyright 2001-2016, Terracotta, Inc.