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 DasdCapacityPlanning
Constructs a new DasdCapacityPlanning record from an existing VRecord.int
ucafocc()
UCAFOCC value.int
ucbfocc()
UCBFOCC value.uccoldt()
UCCOLDT as LocalDate.int
UCCOLDT integer value.int
ucflag1()
UCFLAG1 value.int
ucintvm()
UCINTVM value.uclevel()
UCLEVEL as a MigrationLevel.int
UCLEVEL raw value.int
ucnintv()
UCNINTV value.int
ucnomig()
UCNOMIG value.int
uctgocc()
UCTGOCC value.int
uctotal()
UCTOTAL value.double
UCTOTAL value in MB.int
uctrocc()
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, dcuvers
Methods 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
-