Uses of Class
com.compuware.api.topaz.hostresources.zos.AllocationUnit
-
Packages that use AllocationUnit Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of AllocationUnit in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return AllocationUnit Modifier and Type Method Description AllocationUnit
IPartitionedDataSetCharacteristics. getAllocationUnit()
Returns the allocation unit of the associated partitioned dataset.AllocationUnit
ISequentialDataSetCharacteristics. getAllocationUnit()
Returns the allocation unit of the associated sequential dataset.AllocationUnit
IVSAMDataComponentCharacteristics. getAllocationUnit()
Returns the allocation unit of the associated VSAM component.AllocationUnit
IVSAMIndexComponentCharacteristics. getAllocationUnit()
Returns the allocation unit of the associated VSAM component.static AllocationUnit
AllocationUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static AllocationUnit[]
AllocationUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-