Package | Description |
---|---|
org.wildfly.common.cpu |
A set of utility classes to determine information about the runtime environment's CPU configuration.
|
Modifier and Type | Method and Description |
---|---|
CacheType |
CacheLevelInfo.getCacheType()
Get the type of cache.
|
static CacheType |
CacheType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CacheType[] |
CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CacheType.in(CacheType... values)
Determine whether this instance is equal to one of the given instances.
|
boolean |
CacheType.in(CacheType v1)
Determine whether this instance is equal to one of the given instances.
|
boolean |
CacheType.in(CacheType v1,
CacheType v2)
Determine whether this instance is equal to one of the given instances.
|
boolean |
CacheType.in(CacheType v1,
CacheType v2,
CacheType v3)
Determine whether this instance is equal to one of the given instances.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CacheType.isFull(java.util.EnumSet<CacheType> set)
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
|
Copyright © 2015 JBoss, a division of Red Hat, Inc.