Package com.blackhillsoftware.dcollect
Class DasdCapacityPlanning
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.VRecord
com.blackhillsoftware.dcollect.DcollectRecord
com.blackhillsoftware.dcollect.DasdCapacityPlanning
DASD Capacity Planning record
-
Method Summary
Modifier and TypeMethodDescriptionstatic DasdCapacityPlanningConstructs a new DasdCapacityPlanning record from an existing VRecord.intucafocc()UCAFOCC value.intucbfocc()UCBFOCC value.uccoldt()UCCOLDT as LocalDate.intUCCOLDT integer value.intucflag1()UCFLAG1 value.intucintvm()UCINTVM value.uclevel()UCLEVEL as a MigrationLevel.intUCLEVEL raw value.intucnintv()UCNINTV value.intucnomig()UCNOMIG value.intuctgocc()UCTGOCC value.intuctotal()UCTOTAL value.doubleUCTOTAL value in MB.intuctrocc()UCTROCC value.ucvolsr()UCVOLSR value.Methods inherited from class com.blackhillsoftware.dcollect.DcollectRecord
dateTime, dcollectType, dcudate, dcudateRawValue, dculeng, dcurctyp, dcurctyp, dcurctypRawValue, dcusysid, dcutime, dcutimeRawValue, dcutmstp, dcuversMethods inherited from class com.blackhillsoftware.smf.VRecord
recordLength, recordLength
-
Method Details
-
from
Constructs a new DasdCapacityPlanning record from an existing VRecord. The 2 records share the same data byte array.- Parameters:
record- an existing VRecord
-
ucvolsr
UCVOLSR value.- Returns:
- String UCVOLSR value
-
uccoldt
UCCOLDT as LocalDate.- Returns:
- LocalDate UCCOLDT Date
- See Also:
-
uccoldtRawValue
public int uccoldtRawValue()UCCOLDT integer value.- Returns:
- int UCCOLDT value
-
ucflag1
public int ucflag1()UCFLAG1 value.- Returns:
- int UCFLAG1 value
-
uclevel
UCLEVEL as a MigrationLevel.- Returns:
- MigrationLevel UCLEVEL
-
uclevelRawValue
public int uclevelRawValue()UCLEVEL raw value.- Returns:
- int UCLEVEL value
-
uctotal
public int uctotal()UCTOTAL value.- Returns:
- int UCTOTAL value
-
uctotalMB
public double uctotalMB()UCTOTAL value in MB.- Returns:
- double UCTOTAL value
-
uctgocc
public int uctgocc()UCTGOCC value.- Returns:
- int UCTGOCC value
-
uctrocc
public int uctrocc()UCTROCC value.- Returns:
- int UCTROCC value
-
ucbfocc
public int ucbfocc()UCBFOCC value.- Returns:
- int UCBFOCC value
-
ucafocc
public int ucafocc()UCAFOCC value.- Returns:
- int UCAFOCC value
-
ucnomig
public int ucnomig()UCNOMIG value.- Returns:
- int UCNOMIG value
-
ucnintv
public int ucnintv()UCNINTV value.- Returns:
- int UCNINTV value
-
ucintvm
public int ucintvm()UCINTVM value.- Returns:
- int UCINTVM value
-