Uses of Enum
org.wildfly.common.cpu.CacheType

Packages that use CacheType
Package
Description
A set of utility classes to determine information about the runtime environment's CPU configuration.
  • Uses of CacheType in org.wildfly.common.cpu

    Methods in org.wildfly.common.cpu that return CacheType
    Modifier and Type
    Method
    Description
    CacheLevelInfo.getCacheType()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get the type of cache.
    static CacheType
    CacheType.valueOf(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this type with the specified name.
    static CacheType[]
    CacheType.values()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in org.wildfly.common.cpu with parameters of type CacheType
    Modifier and Type
    Method
    Description
    boolean
    CacheType.in(CacheType v1)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Determine whether this instance is equal to one of the given instances.
    boolean
    CacheType.in(CacheType... values)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Determine whether this instance is equal to one of the given instances.
    boolean
    CacheType.in(CacheType v1, CacheType v2)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Determine whether this instance is equal to one of the given instances.
    boolean
    CacheType.in(CacheType v1, CacheType v2, CacheType v3)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Determine whether this instance is equal to one of the given instances.
    Method parameters in org.wildfly.common.cpu with type arguments of type CacheType
    Modifier and Type
    Method
    Description
    static boolean
    CacheType.isFull(EnumSet<CacheType> set)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.