WildFly Common 1.2.0.Beta3-redhat-11.2.0.Beta3-redhat-1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- org.wildfly.common.cpu.CacheLevelInfo
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCacheLevel
public int getCacheLevel()
Get the level index. For example, the level of L1 cache will be "1", L2 will be "2", etc. If the level is
not known, 0 is returned.
- Returns:
- the level index, or 0 if unknown
-
getCacheLevelSizeKB
public int getCacheLevelSizeKB()
Get the size of this cache level in kilobytes. If the size is unknown, 0 is returned.
- Returns:
- the size of this cache level in kilobytes, or 0 if unknown
-
getCacheLineSize
public int getCacheLineSize()
Get the cache line size in bytes. If the size is unknown, 0 is returned.
- Returns:
- the cache line size in bytes, or 0 if unknown
WildFly Common 1.2.0.Beta3-redhat-11.2.0.Beta3-redhat-1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2015 JBoss, a division of Red Hat, Inc.