Class IncrementLoadCountStatisticsContext<K>


  • public class IncrementLoadCountStatisticsContext<K>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object callContext  
      private K key  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getCallContext()  
      K getKey()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        private final K key
      • callContext

        private final java.lang.Object callContext
    • Constructor Detail

      • IncrementLoadCountStatisticsContext

        public IncrementLoadCountStatisticsContext​(K key,
                                                   java.lang.Object callContext)
    • Method Detail

      • getKey

        public K getKey()
      • getCallContext

        public java.lang.Object getCallContext()