public interface org.ehcache.clustered.common.PoolAllocation extends java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.ehcache.clustered.common.PoolAllocation
  super_class: java.lang.Object
{
  public abstract boolean isCompatible(org.ehcache.clustered.common.PoolAllocation);
    descriptor: (Lorg/ehcache/clustered/common/PoolAllocation;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "PoolAllocation.java"
NestMembers:
  org.ehcache.clustered.common.PoolAllocation$Dedicated  org.ehcache.clustered.common.PoolAllocation$DedicatedPoolAllocation  org.ehcache.clustered.common.PoolAllocation$Shared  org.ehcache.clustered.common.PoolAllocation$SharedPoolAllocation  org.ehcache.clustered.common.PoolAllocation$Unknown
InnerClasses:
  public final Dedicated = org.ehcache.clustered.common.PoolAllocation$Dedicated of org.ehcache.clustered.common.PoolAllocation
  public abstract DedicatedPoolAllocation = org.ehcache.clustered.common.PoolAllocation$DedicatedPoolAllocation of org.ehcache.clustered.common.PoolAllocation
  public final Shared = org.ehcache.clustered.common.PoolAllocation$Shared of org.ehcache.clustered.common.PoolAllocation
  public abstract SharedPoolAllocation = org.ehcache.clustered.common.PoolAllocation$SharedPoolAllocation of org.ehcache.clustered.common.PoolAllocation
  public final Unknown = org.ehcache.clustered.common.PoolAllocation$Unknown of org.ehcache.clustered.common.PoolAllocation