A C D F G H I M N P R U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- aarch64 - io.smallrye.common.cpu.CPU
- aliases() - Method in enum io.smallrye.common.cpu.CPU
- arm - io.smallrye.common.cpu.CPU
- availableProcessors() - Static method in class io.smallrye.common.cpu.ProcessorInfo
C
- CacheInfo - Class in io.smallrye.common.cpu
-
A class which exposes any available cache line information for the current CPU.
- CacheInfo() - Constructor for class io.smallrye.common.cpu.CacheInfo
- CacheLevelInfo - Class in io.smallrye.common.cpu
-
Information about a CPU cache level.
- CacheType - Enum in io.smallrye.common.cpu
-
The type of cache.
- CPU - Enum in io.smallrye.common.cpu
-
Enumerated type for CPU types.
D
F
- forName(String) - Static method in enum io.smallrye.common.cpu.CPU
-
Names are compared case-insensitively.
- forNameOpt(String) - Static method in enum io.smallrye.common.cpu.CPU
-
Names are compared case-insensitively.
- forNameOrNull(String) - Static method in enum io.smallrye.common.cpu.CPU
-
Names are compared case-insensitively.
G
- getCacheLevel() - Method in class io.smallrye.common.cpu.CacheLevelInfo
-
Get the level index.
- getCacheLevelInfo(int) - Static method in class io.smallrye.common.cpu.CacheInfo
-
Get the CPU cache level information for a cache level.
- getCacheLevelSizeKB() - Method in class io.smallrye.common.cpu.CacheLevelInfo
-
Get the size of this cache level in kilobytes.
- getCacheLineSize() - Method in class io.smallrye.common.cpu.CacheLevelInfo
-
Get the cache line size in bytes.
- getCacheType() - Method in class io.smallrye.common.cpu.CacheLevelInfo
-
Get the type of cache.
- getLevelEntryCount() - Static method in class io.smallrye.common.cpu.CacheInfo
-
Get the number of CPU cache level entries.
- getSmallestDataCacheLineSize() - Static method in class io.smallrye.common.cpu.CacheInfo
-
Get the smallest known data cache line size.
- getSmallestInstructionCacheLineSize() - Static method in class io.smallrye.common.cpu.CacheInfo
-
Get the smallest known instruction cache line size.
H
I
- in(CacheType) - Method in enum io.smallrye.common.cpu.CacheType
-
Determine whether this instance is equal to one of the given instances.
- in(CacheType...) - Method in enum io.smallrye.common.cpu.CacheType
-
Determine whether this instance is equal to one of the given instances.
- in(CacheType, CacheType) - Method in enum io.smallrye.common.cpu.CacheType
-
Determine whether this instance is equal to one of the given instances.
- in(CacheType, CacheType, CacheType) - Method in enum io.smallrye.common.cpu.CacheType
-
Determine whether this instance is equal to one of the given instances.
- INSTRUCTION - io.smallrye.common.cpu.CacheType
-
Instruction cache.
- io.smallrye.common.cpu - package io.smallrye.common.cpu
- isData() - Method in enum io.smallrye.common.cpu.CacheType
-
Determine if this cache line type holds data.
- isFull(EnumSet<CacheType>) - Static method in enum io.smallrye.common.cpu.CacheType
-
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
- isInstruction() - Method in enum io.smallrye.common.cpu.CacheType
-
Determine if this cache line type holds instructions.
- isUnknown() - Method in enum io.smallrye.common.cpu.CPU
M
- main(String[]) - Static method in class io.smallrye.common.cpu.CacheInfo
- mips - io.smallrye.common.cpu.CPU
- mips64 - io.smallrye.common.cpu.CPU
- mips64el - io.smallrye.common.cpu.CPU
- mipsel - io.smallrye.common.cpu.CPU
N
- nativeByteOrder() - Method in enum io.smallrye.common.cpu.CPU
P
- pointerSizeBits() - Method in enum io.smallrye.common.cpu.CPU
- pointerSizeBytes() - Method in enum io.smallrye.common.cpu.CPU
- ppc - io.smallrye.common.cpu.CPU
- ppc32 - io.smallrye.common.cpu.CPU
- ppc32le - io.smallrye.common.cpu.CPU
- ppcle - io.smallrye.common.cpu.CPU
- ProcessorInfo - Class in io.smallrye.common.cpu
-
Provides general information about the processors on this host (Java 9 version).
R
U
- UNIFIED - io.smallrye.common.cpu.CacheType
-
Unified instruction/data cache.
- UNKNOWN - io.smallrye.common.cpu.CacheType
-
Unknown cache type.
- unknown32 - io.smallrye.common.cpu.CPU
-
An unknown 32-bit little-endian CPU.
- unknown32be - io.smallrye.common.cpu.CPU
-
An unknown 32-bit big-endian CPU.
- unknown64 - io.smallrye.common.cpu.CPU
-
An unknown 64-bit little-endian CPU.
- unknown64be - io.smallrye.common.cpu.CPU
-
An unknown 64-bit big-endian CPU.
V
- valueOf(String) - Static method in enum io.smallrye.common.cpu.CacheType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.smallrye.common.cpu.CPU
-
Returns the enum constant of this type with the specified name.
- values - Static variable in enum io.smallrye.common.cpu.CPU
-
All of the possible CPU values, in order.
- values() - Static method in enum io.smallrye.common.cpu.CacheType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.smallrye.common.cpu.CPU
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
X
A C D F G H I M N P R U V W XAll Classes All Packages