Class StorageDomainSubpoolStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.StorageDomainSubpoolStatistics
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.SMDACCESS as a SmdAccess.int
SMDACCESS raw value.long
smdbndry()
SMDBNDRY value.long
smdcelem()
SMDCELEM value.long
smdces()
SMDCES value.long
smdcps()
SMDCPS value.SMDDSAINDEX as a SmdDsaIndexes.int
SMDDSAINDEX raw value.SMDDSANAME value.int
smddvers()
SMDDVERS value.int
smdelchn()
SMDELCHN value.smdetype()
SMDETYPE as a SmdETypes.int
SMDETYPE raw value.long
smdflen()
SMDFLEN value.long
smdfmreq()
SMDFMREQ value.long
smdgmreq()
SMDGMREQ value.long
smdhwmps()
SMDHWMPS value.int
smdid()
SMDID value.long
smdifree()
SMDIFREE value.int
smdlen()
SMDLEN value.smdlocn()
SMDLOCN as a Location.int
SMDLOCN raw value.smdspn()
SMDSPN value.Methods inherited from class com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
create, statisticsType, stid, stid, stidString, stilen, stilen, stivers
Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMDIDE
public static final int SMDIDEConstant: 0x13 = 19- See Also:
-
SMDVERS
public static final int SMDVERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
smdlen
public int smdlen()SMDLEN value.- Returns:
- int SMDLEN value
-
smdid
public int smdid()SMDID value.- Returns:
- int SMDID value
-
smddvers
public int smddvers()SMDDVERS value.- Returns:
- int SMDDVERS value
-
smdspn
SMDSPN value.- Returns:
- String SMDSPN value
-
smddsaname
SMDDSANAME value.- Returns:
- String SMDDSANAME value
-
smdetype
SMDETYPE as a SmdETypes.- Returns:
- SmdETypes SMDETYPE
-
smdetypeRawValue
public int smdetypeRawValue()SMDETYPE raw value.- Returns:
- int SMDETYPE value
-
smdflen
public long smdflen()SMDFLEN value.- Returns:
- long SMDFLEN value
-
smdelchn
public int smdelchn()SMDELCHN value.- Returns:
- int SMDELCHN value
-
smdbndry
public long smdbndry()SMDBNDRY value.- Returns:
- long SMDBNDRY value
-
smdlocn
SMDLOCN as a Location.- Returns:
- Location SMDLOCN
-
smdlocnRawValue
public int smdlocnRawValue()SMDLOCN raw value.- Returns:
- int SMDLOCN value
-
smdaccess
SMDACCESS as a SmdAccess.- Returns:
- SmdAccess SMDACCESS
-
smdaccessRawValue
public int smdaccessRawValue()SMDACCESS raw value.- Returns:
- int SMDACCESS value
-
smddsaindex
SMDDSAINDEX as a SmdDsaIndexes.- Returns:
- SmdDsaIndexes SMDDSAINDEX
-
smddsaindexRawValue
public int smddsaindexRawValue()SMDDSAINDEX raw value.- Returns:
- int SMDDSAINDEX value
-
smdifree
public long smdifree()SMDIFREE value.- Returns:
- long SMDIFREE value
-
smdgmreq
public long smdgmreq()SMDGMREQ value.- Returns:
- long SMDGMREQ value
-
smdfmreq
public long smdfmreq()SMDFMREQ value.- Returns:
- long SMDFMREQ value
-
smdces
public long smdces()SMDCES value.- Returns:
- long SMDCES value
-
smdcps
public long smdcps()SMDCPS value.- Returns:
- long SMDCPS value
-
smdcelem
public long smdcelem()SMDCELEM value.- Returns:
- long SMDCELEM value
-
smdhwmps
public long smdhwmps()SMDHWMPS value.- Returns:
- long SMDHWMPS value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-