Package com.sun.jna.platform.unix.aix
Class Perfstat.perfstat_disk_t
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.unix.aix.Perfstat.perfstat_disk_t
 
 
- 
- Enclosing interface:
- Perfstat
 
 @FieldOrder({"name","description","vgname","size","free","bsize","xrate","xfers","wblks","rblks","qdepth","time","adapter","paths_count","q_full","rserv","rtimeout","rfailed","min_rserv","max_rserv","wserv","wtimeout","wfailed","min_wserv","max_wserv","wq_depth","wq_sampled","wq_time","wq_min_time","wq_max_time","q_sampled","wpar_id","version","dk_type"}) public static class Perfstat.perfstat_disk_t extends Structure 
- 
- 
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 byte[]adapterlongbsizebyte[]descriptionintdk_typelongfreelongmax_rservlongmax_wservlongmin_rservlongmin_wservbyte[]nameintpaths_countlongq_fulllongq_sampledlongqdepthlongrblkslongrfailedlongrservlongrtimeoutlongsizelongtimelongversionbyte[]vgnamelongwblkslongwfailedshortwpar_idlongwq_depthlongwq_max_timelongwq_min_timelongwq_sampledlongwq_timelongwservlongwtimeoutlongxferslongxrate- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description perfstat_disk_t()
 - 
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- 
namepublic byte[] name 
 - 
descriptionpublic byte[] description 
 - 
vgnamepublic byte[] vgname 
 - 
sizepublic long size 
 - 
freepublic long free 
 - 
bsizepublic long bsize 
 - 
xratepublic long xrate 
 - 
xferspublic long xfers 
 - 
wblkspublic long wblks 
 - 
rblkspublic long rblks 
 - 
qdepthpublic long qdepth 
 - 
timepublic long time 
 - 
adapterpublic byte[] adapter 
 - 
paths_countpublic int paths_count 
 - 
q_fullpublic long q_full 
 - 
rservpublic long rserv 
 - 
rtimeoutpublic long rtimeout 
 - 
rfailedpublic long rfailed 
 - 
min_rservpublic long min_rserv 
 - 
max_rservpublic long max_rserv 
 - 
wservpublic long wserv 
 - 
wtimeoutpublic long wtimeout 
 - 
wfailedpublic long wfailed 
 - 
min_wservpublic long min_wserv 
 - 
max_wservpublic long max_wserv 
 - 
wq_depthpublic long wq_depth 
 - 
wq_sampledpublic long wq_sampled 
 - 
wq_timepublic long wq_time 
 - 
wq_min_timepublic long wq_min_time 
 - 
wq_max_timepublic long wq_max_time 
 - 
q_sampledpublic long q_sampled 
 - 
wpar_idpublic short wpar_id 
 - 
versionpublic long version 
 - 
dk_typepublic int dk_type 
 
- 
 
-