public class org.ehcache.core.statistics.TierOperationOutcomes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.core.statistics.TierOperationOutcomes
  super_class: java.lang.Object
{
  public static final java.util.Map<org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome, java.util.Set<org.ehcache.core.statistics.StoreOperationOutcomes$GetOutcome>> GET_TRANSLATION;
    descriptor: Ljava/util/Map;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;Ljava/util/Set<Lorg/ehcache/core/statistics/StoreOperationOutcomes$GetOutcome;>;>;

  public static final java.util.Map<org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome, java.util.Set<org.ehcache.core.statistics.AuthoritativeTierOperationOutcomes$GetAndFaultOutcome>> GET_AND_FAULT_TRANSLATION;
    descriptor: Ljava/util/Map;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;Ljava/util/Set<Lorg/ehcache/core/statistics/AuthoritativeTierOperationOutcomes$GetAndFaultOutcome;>;>;

  public static final java.util.Map<org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome, java.util.Set<org.ehcache.core.statistics.LowerCachingTierOperationsOutcome$GetAndRemoveOutcome>> GET_AND_REMOVE_TRANSLATION;
    descriptor: Ljava/util/Map;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;Ljava/util/Set<Lorg/ehcache/core/statistics/LowerCachingTierOperationsOutcome$GetAndRemoveOutcome;>;>;

  public static final java.util.Map<org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome, java.util.Set<org.ehcache.core.statistics.CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome>> GET_OR_COMPUTEIFABSENT_TRANSLATION;
    descriptor: Ljava/util/Map;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;Ljava/util/Set<Lorg/ehcache/core/statistics/CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome;>;>;

  public static final java.util.Map<org.ehcache.core.statistics.TierOperationOutcomes$EvictionOutcome, java.util.Set<org.ehcache.core.statistics.StoreOperationOutcomes$EvictionOutcome>> EVICTION_TRANSLATION;
    descriptor: Ljava/util/Map;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/ehcache/core/statistics/TierOperationOutcomes$EvictionOutcome;Ljava/util/Set<Lorg/ehcache/core/statistics/StoreOperationOutcomes$EvictionOutcome;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=1, args_size=0
         0: .line 30
            new java.util.EnumMap
            dup
            ldc Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            invokespecial java.util.EnumMap.<init>:(Ljava/lang/Class;)V
            astore 0 /* translation */
        start local 0 // java.util.Map translation
         1: .line 31
            aload 0 /* translation */
            getstatic org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome.HIT:Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            getstatic org.ehcache.core.statistics.StoreOperationOutcomes$GetOutcome.HIT:Lorg/ehcache/core/statistics/StoreOperationOutcomes$GetOutcome;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 32
            aload 0 /* translation */
            getstatic org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome.MISS:Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            getstatic org.ehcache.core.statistics.StoreOperationOutcomes$GetOutcome.MISS:Lorg/ehcache/core/statistics/StoreOperationOutcomes$GetOutcome;
            getstatic org.ehcache.core.statistics.StoreOperationOutcomes$GetOutcome.TIMEOUT:Lorg/ehcache/core/statistics/StoreOperationOutcomes$GetOutcome;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 33
            aload 0 /* translation */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putstatic org.ehcache.core.statistics.TierOperationOutcomes.GET_TRANSLATION:Ljava/util/Map;
        end local 0 // java.util.Map translation
         4: .line 39
            new java.util.EnumMap
            dup
            ldc Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            invokespecial java.util.EnumMap.<init>:(Ljava/lang/Class;)V
            astore 0 /* translation */
        start local 0 // java.util.Map translation
         5: .line 40
            aload 0 /* translation */
            getstatic org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome.HIT:Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            getstatic org.ehcache.core.statistics.AuthoritativeTierOperationOutcomes$GetAndFaultOutcome.HIT:Lorg/ehcache/core/statistics/AuthoritativeTierOperationOutcomes$GetAndFaultOutcome;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 41
            aload 0 /* translation */
            getstatic org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome.MISS:Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            getstatic org.ehcache.core.statistics.AuthoritativeTierOperationOutcomes$GetAndFaultOutcome.MISS:Lorg/ehcache/core/statistics/AuthoritativeTierOperationOutcomes$GetAndFaultOutcome;
            getstatic org.ehcache.core.statistics.AuthoritativeTierOperationOutcomes$GetAndFaultOutcome.TIMEOUT:Lorg/ehcache/core/statistics/AuthoritativeTierOperationOutcomes$GetAndFaultOutcome;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 42
            aload 0 /* translation */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putstatic org.ehcache.core.statistics.TierOperationOutcomes.GET_AND_FAULT_TRANSLATION:Ljava/util/Map;
        end local 0 // java.util.Map translation
         8: .line 48
            new java.util.EnumMap
            dup
            ldc Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            invokespecial java.util.EnumMap.<init>:(Ljava/lang/Class;)V
            astore 0 /* translation */
        start local 0 // java.util.Map translation
         9: .line 49
            aload 0 /* translation */
            getstatic org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome.HIT:Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            getstatic org.ehcache.core.statistics.LowerCachingTierOperationsOutcome$GetAndRemoveOutcome.HIT_REMOVED:Lorg/ehcache/core/statistics/LowerCachingTierOperationsOutcome$GetAndRemoveOutcome;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        10: .line 50
            aload 0 /* translation */
            getstatic org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome.MISS:Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            getstatic org.ehcache.core.statistics.LowerCachingTierOperationsOutcome$GetAndRemoveOutcome.MISS:Lorg/ehcache/core/statistics/LowerCachingTierOperationsOutcome$GetAndRemoveOutcome;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 51
            aload 0 /* translation */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putstatic org.ehcache.core.statistics.TierOperationOutcomes.GET_AND_REMOVE_TRANSLATION:Ljava/util/Map;
        end local 0 // java.util.Map translation
        12: .line 57
            new java.util.EnumMap
            dup
            ldc Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            invokespecial java.util.EnumMap.<init>:(Ljava/lang/Class;)V
            astore 0 /* translation */
        start local 0 // java.util.Map translation
        13: .line 58
            aload 0 /* translation */
            getstatic org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome.HIT:Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            getstatic org.ehcache.core.statistics.CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome.HIT:Lorg/ehcache/core/statistics/CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 59
            aload 0 /* translation */
            getstatic org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome.MISS:Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;
            getstatic org.ehcache.core.statistics.CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome.FAULTED:Lorg/ehcache/core/statistics/CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome;
            getstatic org.ehcache.core.statistics.CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome.FAULT_FAILED:Lorg/ehcache/core/statistics/CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome;
        15: .line 60
            getstatic org.ehcache.core.statistics.CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome.FAULT_FAILED_MISS:Lorg/ehcache/core/statistics/CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome;
            getstatic org.ehcache.core.statistics.CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome.MISS:Lorg/ehcache/core/statistics/CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome;
        16: .line 59
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;Ljava/lang/Enum;Ljava/lang/Enum;Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 61
            aload 0 /* translation */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putstatic org.ehcache.core.statistics.TierOperationOutcomes.GET_OR_COMPUTEIFABSENT_TRANSLATION:Ljava/util/Map;
        end local 0 // java.util.Map translation
        18: .line 67
            new java.util.EnumMap
            dup
            ldc Lorg/ehcache/core/statistics/TierOperationOutcomes$EvictionOutcome;
            invokespecial java.util.EnumMap.<init>:(Ljava/lang/Class;)V
            astore 0 /* translation */
        start local 0 // java.util.Map translation
        19: .line 68
            aload 0 /* translation */
            getstatic org.ehcache.core.statistics.TierOperationOutcomes$EvictionOutcome.SUCCESS:Lorg/ehcache/core/statistics/TierOperationOutcomes$EvictionOutcome;
            getstatic org.ehcache.core.statistics.StoreOperationOutcomes$EvictionOutcome.SUCCESS:Lorg/ehcache/core/statistics/StoreOperationOutcomes$EvictionOutcome;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        20: .line 69
            aload 0 /* translation */
            getstatic org.ehcache.core.statistics.TierOperationOutcomes$EvictionOutcome.FAILURE:Lorg/ehcache/core/statistics/TierOperationOutcomes$EvictionOutcome;
            getstatic org.ehcache.core.statistics.StoreOperationOutcomes$EvictionOutcome.FAILURE:Lorg/ehcache/core/statistics/StoreOperationOutcomes$EvictionOutcome;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        21: .line 70
            aload 0 /* translation */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putstatic org.ehcache.core.statistics.TierOperationOutcomes.EVICTION_TRANSLATION:Ljava/util/Map;
        end local 0 // java.util.Map translation
        22: .line 71
            return
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            1    4     0  translation  Ljava/util/Map<Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;Ljava/util/Set<Lorg/ehcache/core/statistics/StoreOperationOutcomes$GetOutcome;>;>;
            5    8     0  translation  Ljava/util/Map<Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;Ljava/util/Set<Lorg/ehcache/core/statistics/AuthoritativeTierOperationOutcomes$GetAndFaultOutcome;>;>;
            9   12     0  translation  Ljava/util/Map<Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;Ljava/util/Set<Lorg/ehcache/core/statistics/LowerCachingTierOperationsOutcome$GetAndRemoveOutcome;>;>;
           13   18     0  translation  Ljava/util/Map<Lorg/ehcache/core/statistics/TierOperationOutcomes$GetOutcome;Ljava/util/Set<Lorg/ehcache/core/statistics/CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome;>;>;
           19   22     0  translation  Ljava/util/Map<Lorg/ehcache/core/statistics/TierOperationOutcomes$EvictionOutcome;Ljava/util/Set<Lorg/ehcache/core/statistics/StoreOperationOutcomes$EvictionOutcome;>;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.core.statistics.TierOperationOutcomes this
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.ehcache.core.statistics.TierOperationOutcomes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/statistics/TierOperationOutcomes;
}
SourceFile: "TierOperationOutcomes.java"
NestMembers:
  org.ehcache.core.statistics.TierOperationOutcomes$EvictionOutcome  org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome
InnerClasses:
  public final GetAndFaultOutcome = org.ehcache.core.statistics.AuthoritativeTierOperationOutcomes$GetAndFaultOutcome of org.ehcache.core.statistics.AuthoritativeTierOperationOutcomes
  public final GetOrComputeIfAbsentOutcome = org.ehcache.core.statistics.CachingTierOperationOutcomes$GetOrComputeIfAbsentOutcome of org.ehcache.core.statistics.CachingTierOperationOutcomes
  public final GetAndRemoveOutcome = org.ehcache.core.statistics.LowerCachingTierOperationsOutcome$GetAndRemoveOutcome of org.ehcache.core.statistics.LowerCachingTierOperationsOutcome
  public final EvictionOutcome = org.ehcache.core.statistics.StoreOperationOutcomes$EvictionOutcome of org.ehcache.core.statistics.StoreOperationOutcomes
  public final GetOutcome = org.ehcache.core.statistics.StoreOperationOutcomes$GetOutcome of org.ehcache.core.statistics.StoreOperationOutcomes
  public final EvictionOutcome = org.ehcache.core.statistics.TierOperationOutcomes$EvictionOutcome of org.ehcache.core.statistics.TierOperationOutcomes
  public final GetOutcome = org.ehcache.core.statistics.TierOperationOutcomes$GetOutcome of org.ehcache.core.statistics.TierOperationOutcomes