Uses of Class
io.smallrye.common.cpu.CacheType
-
-
Uses of CacheType in io.smallrye.common.cpu
Methods in io.smallrye.common.cpu that return CacheType Modifier and Type Method Description CacheTypeCacheLevelInfo. getCacheType()Get the type of cache.static CacheTypeCacheType. valueOf(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.Methods in io.smallrye.common.cpu with parameters of type CacheType Modifier and Type Method Description booleanCacheType. in(CacheType v1)Determine whether this instance is equal to one of the given instances.booleanCacheType. in(CacheType... values)Determine whether this instance is equal to one of the given instances.booleanCacheType. in(CacheType v1, CacheType v2)Determine whether this instance is equal to one of the given instances.booleanCacheType. in(CacheType v1, CacheType v2, CacheType v3)Determine whether this instance is equal to one of the given instances.Method parameters in io.smallrye.common.cpu with type arguments of type CacheType Modifier and Type Method Description static booleanCacheType. isFull(EnumSet<CacheType> set)Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
-