Class LibKstat.KstatCtl
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.unix.solaris.LibKstat.KstatCtl
 
 
- 
- Enclosing interface:
- LibKstat
 
 @FieldOrder({"kc_chain_id","kc_chain","kc_kd"}) public static class LibKstat.KstatCtl extends Structure A kstat control structure. Only one thread may actively use a KstatCtl value at any time. Synchronization is left to the application.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description LibKstat.Kstatkc_chainintkc_chain_idintkc_kd- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description KstatCtl()
 - 
Method Summary- 
Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Field Detail- 
kc_chain_idpublic int kc_chain_id 
 - 
kc_chainpublic LibKstat.Kstat kc_chain 
 - 
kc_kdpublic int kc_kd 
 
- 
 
-