static AllocateParametersBuilder |
AllocateParametersBuilder.like(IPartitionedDataSet partitionedDataSet) |
Creates an allocate parameters builder instance and sets the parameters based on the specified partitioned dataset.
|
static AllocateParametersBuilder |
AllocateParametersBuilder.like(ISequentialDataSet sequentialDataSet) |
Creates an allocate parameters builder instance and sets the parameters based on the specified sequential dataset.
|
static AllocateParametersBuilder |
AllocateParametersBuilder.partitionedDefaults(boolean isExtended) |
Creates an allocate parameters builder instance for a partitioned dataset with default parameters.
|
static AllocateParametersBuilder |
AllocateParametersBuilder.sequentialDefaults() |
Creates an allocate parameters builder instance for a sequential dataset with default parameters.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setAllocationUnit(IAllocateParameters.AllocationUnit allocationUnit) |
Sets the allocation unit.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setBlockSize(int blockSize) |
Sets the block size.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setDataClass(String dataClass) |
Sets the data class.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setDeviceType(String deviceType) |
Sets the device type.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setDirectoryBlocks(int directoryBlocks) |
Sets the directory blocks.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setExpirationDate(int year,
int month,
int day) |
Sets the expiration date.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setExpirationDate(Date expirationDate) |
Sets the expiration date.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setLogicalRecordLength(int logicalRecordLength) |
Sets the logical record length.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setManagementClass(String managementClass) |
Sets the management class.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setPrimaryQuantity(int primaryQuantity) |
Sets the primary quantity.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setRecordFormat(RecordFormat recordFormat) |
Sets the record format.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setSecondaryQuantity(int secondaryQuantity) |
Sets the secondary quantity.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setStorageClass(String storageClass) |
Sets the storage class.
|
AllocateParametersBuilder |
AllocateParametersBuilder.setVolume(String volume) |
Sets the volume.
|