public interface org.ehcache.core.spi.store.tiering.AuthoritativeTier<K, V> extends org.ehcache.core.spi.store.Store<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.ehcache.core.spi.store.tiering.AuthoritativeTier
  super_class: java.lang.Object
{
  public abstract org.ehcache.core.spi.store.Store$ValueHolder<V> getAndFault(K);
    descriptor: (Ljava/lang/Object;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: (TK;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
      Name  Flags
      key   

  public abstract org.ehcache.core.spi.store.Store$ValueHolder<V> computeIfAbsentAndFault(K, java.util.function.Function<? super K, ? extends V>);
    descriptor: (Ljava/lang/Object;Ljava/util/function/Function;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: (TK;Ljava/util/function/Function<-TK;+TV;>;)Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    MethodParameters:
                 Name  Flags
      key              
      mappingFunction  

  public abstract boolean flush(K, org.ehcache.core.spi.store.Store$ValueHolder<V>);
    descriptor: (Ljava/lang/Object;Lorg/ehcache/core/spi/store/Store$ValueHolder;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;)Z
    MethodParameters:
             Name  Flags
      key          
      valueHolder  

  public abstract void setInvalidationValve(org.ehcache.core.spi.store.tiering.AuthoritativeTier$InvalidationValve);
    descriptor: (Lorg/ehcache/core/spi/store/tiering/AuthoritativeTier$InvalidationValve;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      valve  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/ehcache/core/spi/store/Store<TK;TV;>;
SourceFile: "AuthoritativeTier.java"
NestMembers:
  org.ehcache.core.spi.store.tiering.AuthoritativeTier$InvalidationValve  org.ehcache.core.spi.store.tiering.AuthoritativeTier$Provider
InnerClasses:
  public abstract ValueHolder = org.ehcache.core.spi.store.Store$ValueHolder of org.ehcache.core.spi.store.Store
  public abstract InvalidationValve = org.ehcache.core.spi.store.tiering.AuthoritativeTier$InvalidationValve of org.ehcache.core.spi.store.tiering.AuthoritativeTier
  public abstract Provider = org.ehcache.core.spi.store.tiering.AuthoritativeTier$Provider of org.ehcache.core.spi.store.tiering.AuthoritativeTier