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 AllocationUnitIPartitionedDataSetCharacteristics. getAllocationUnit()Returns the allocation unit of the associated partitioned dataset.AllocationUnitISequentialDataSetCharacteristics. getAllocationUnit()Returns the allocation unit of the associated sequential dataset.AllocationUnitIVSAMDataComponentCharacteristics. getAllocationUnit()Returns the allocation unit of the associated VSAM component.AllocationUnitIVSAMIndexComponentCharacteristics. getAllocationUnit()Returns the allocation unit of the associated VSAM component.static AllocationUnitAllocationUnit. 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.
-