Uses of Enum Class
dev.galasa.zosfile.IZosVSAMDataset.VSAMSpaceUnit
Packages that use IZosVSAMDataset.VSAMSpaceUnit
-
Uses of IZosVSAMDataset.VSAMSpaceUnit in dev.galasa.zosfile
Methods in dev.galasa.zosfile that return IZosVSAMDataset.VSAMSpaceUnitModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IZosVSAMDataset.VSAMSpaceUnit[]
IZosVSAMDataset.VSAMSpaceUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.galasa.zosfile with parameters of type IZosVSAMDataset.VSAMSpaceUnitModifier and TypeMethodDescriptionvoid
IZosVSAMDataset.setDataSpace
(IZosVSAMDataset.VSAMSpaceUnit spaceUnit, int primaryExtents, int secondaryExtents) Set theIZosVSAMDataset.VSAMSpaceUnit
for the DATA file, and the number of primary and secondary extents required.void
IZosVSAMDataset.setIndexSpace
(IZosVSAMDataset.VSAMSpaceUnit spaceUnit, int primaryExtents, int secondaryExtents) Set theIZosVSAMDataset.VSAMSpaceUnit
for the INDEX file, and the number of primary and secondary extents required.void
IZosVSAMDataset.setSpace
(IZosVSAMDataset.VSAMSpaceUnit spaceUnit, int primaryExtents, int secondaryExtents) Set theIZosVSAMDataset.VSAMSpaceUnit
for the VSAM file, and the number of primary and secondary extents required.