class org.ehcache.jsr107.Eh107CacheStatisticsMXBean extends org.ehcache.jsr107.Eh107MXBean
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.jsr107.Eh107CacheStatisticsMXBean
  super_class: org.ehcache.jsr107.Eh107MXBean
{
  private final org.ehcache.core.statistics.CacheStatistics cacheStatistics;
    descriptor: Lorg/ehcache/core/statistics/CacheStatistics;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.terracotta.statistics.derived.latency.Jsr107LatencyMonitor<org.ehcache.core.statistics.CacheOperationOutcomes$GetOutcome> averageGetTime;
    descriptor: Lorg/terracotta/statistics/derived/latency/Jsr107LatencyMonitor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/terracotta/statistics/derived/latency/Jsr107LatencyMonitor<Lorg/ehcache/core/statistics/CacheOperationOutcomes$GetOutcome;>;

  private final org.terracotta.statistics.derived.latency.Jsr107LatencyMonitor<org.ehcache.core.statistics.CacheOperationOutcomes$PutOutcome> averagePutTime;
    descriptor: Lorg/terracotta/statistics/derived/latency/Jsr107LatencyMonitor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/terracotta/statistics/derived/latency/Jsr107LatencyMonitor<Lorg/ehcache/core/statistics/CacheOperationOutcomes$PutOutcome;>;

  private final org.terracotta.statistics.derived.latency.Jsr107LatencyMonitor<org.ehcache.core.statistics.CacheOperationOutcomes$RemoveOutcome> averageRemoveTime;
    descriptor: Lorg/terracotta/statistics/derived/latency/Jsr107LatencyMonitor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/terracotta/statistics/derived/latency/Jsr107LatencyMonitor<Lorg/ehcache/core/statistics/CacheOperationOutcomes$RemoveOutcome;>;

  void <init>(java.lang.String, java.net.URI, org.ehcache.core.spi.service.StatisticsService);
    descriptor: (Ljava/lang/String;Ljava/net/URI;Lorg/ehcache/core/spi/service/StatisticsService;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tjavax.cache cannot be resolved to a type\n\tThe method clear() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n\tThe method getCacheHits() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n\tThe method getCacheHitPercentage() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n\tThe method getCacheMisses() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n\tThe method getCacheMissPercentage() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n\tThe method getCacheGets() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n\tThe method getCachePuts() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n\tThe method getCacheRemovals() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n\tThe method getCacheEvictions() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n\tThe method getAverageGetTime() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n\tThe method getAveragePutTime() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n\tThe method getAverageRemoveTime() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;
    MethodParameters:
                   Name  Flags
      cacheName          
      cacheManagerURI    
      statisticsService  

  private <T extends java.lang.Enum<T>> org.terracotta.statistics.derived.latency.Jsr107LatencyMonitor<T> registerDerivedStatistics(java.lang.Class<T>, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Lorg/terracotta/statistics/derived/latency/Jsr107LatencyMonitor;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;
    Signature: <T:Ljava/lang/Enum<TT;>;>(Ljava/lang/Class<TT;>;Ljava/lang/String;)Lorg/terracotta/statistics/derived/latency/Jsr107LatencyMonitor<TT;>;
    MethodParameters:
         Name  Flags
      outcome  
      name     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method clear() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;

  public long getCacheHits();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getCacheHits() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;

  public float getCacheHitPercentage();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getCacheHitPercentage() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;

  public long getCacheMisses();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getCacheMisses() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;

  public float getCacheMissPercentage();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getCacheMissPercentage() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;

  public long getCacheGets();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 83
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getCacheGets() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;

  public long getCachePuts();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getCachePuts() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;

  public long getCacheRemovals();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 93
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getCacheRemovals() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;

  public long getCacheEvictions();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getCacheEvictions() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;

  public float getAverageGetTime();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getAverageGetTime() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;

  public float getAveragePutTime();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 108
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getAveragePutTime() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;

  public float getAverageRemoveTime();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
         0: .line 113
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getAverageRemoveTime() of type Eh107CacheStatisticsMXBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheStatisticsMXBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheStatisticsMXBean;
}
SourceFile: "Eh107CacheStatisticsMXBean.java"
InnerClasses:
  public final GetOutcome = org.ehcache.core.statistics.CacheOperationOutcomes$GetOutcome of org.ehcache.core.statistics.CacheOperationOutcomes
  public final PutOutcome = org.ehcache.core.statistics.CacheOperationOutcomes$PutOutcome of org.ehcache.core.statistics.CacheOperationOutcomes
  public final RemoveOutcome = org.ehcache.core.statistics.CacheOperationOutcomes$RemoveOutcome of org.ehcache.core.statistics.CacheOperationOutcomes