Class ConfigPerformanceIntTest.PropertyAccessor

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    ConfigPerformanceIntTest

    protected abstract static class ConfigPerformanceIntTest.PropertyAccessor
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.Throwable> occurredErrors  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getAccessCount()  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • occurredErrors

        protected java.util.List<java.lang.Throwable> occurredErrors
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • getAccessCount

        public long getAccessCount()