Package com.sun.jna.platform.win32
Klasse WinNT.NUMA_NODE_RELATIONSHIP
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
com.sun.jna.platform.win32.WinNT.NUMA_NODE_RELATIONSHIP
- Umschließende Schnittstelle:
WinNT
@FieldOrder({"nodeNumber","reserved","groupCount","groupMasks"})
public static class WinNT.NUMA_NODE_RELATIONSHIP
extends WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
Represents information about a NUMA node in a processor group.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungshort
The number of groups included in the GroupMasks array.AWinNT.GROUP_AFFINITY
structure that specifies a group number and processor affinity within the group.An array ofWinNT.GROUP_AFFINITY
structures that specifies a group number and processor affinity within the group.int
Identifies the NUMA node.byte[]
This member is reserved.Von Klasse geerbte Felder com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
relationship, size
Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungLook up all fields in this class and superclasses.void
read()
Reads the fields of the struct from native memoryVon Klasse geerbte Methoden com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
fromPointer
Von Klasse geerbte Methoden com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Felddetails
-
nodeNumber
public int nodeNumberIdentifies the NUMA node. Valid values are0
to the highest NUMA node number inclusive. A non-NUMA multiprocessor system will report that all processors belong to one NUMA node. -
reserved
public byte[] reservedThis member is reserved. -
groupCount
public short groupCountThe number of groups included in the GroupMasks array. This field was introduced in TBD Release Iron. On earlier versions, this value is always 0. -
groupMask
AWinNT.GROUP_AFFINITY
structure that specifies a group number and processor affinity within the group. This member is only relevant ifgroupCount
is 0. -
groupMasks
An array ofWinNT.GROUP_AFFINITY
structures that specifies a group number and processor affinity within the group. This member is only relevant ifgroupCount
is 1 or greater.
-
-
Konstruktordetails
-
NUMA_NODE_RELATIONSHIP
public NUMA_NODE_RELATIONSHIP() -
NUMA_NODE_RELATIONSHIP
-
-
Methodendetails
-
read
public void read()Beschreibung aus Klasse kopiert:Structure
Reads the fields of the struct from native memory -
getFieldList
Beschreibung aus Klasse kopiert:Structure
Look up all fields in this class and superclasses.- Setzt außer Kraft:
getFieldList
in KlasseStructure
- Gibt zurück:
- ordered list of public
Field
available on thisStructure
class.
-