com.ibm.ftt.projects.zos.zoslogical
Interface LZOSPartitionedDataSet
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable, IContainer, ILogicalContainer, ILogicalResource, IRemoteResource, LZOSDataSet, LZOSResource
public interface LZOSPartitionedDataSet
- extends ILogicalContainer, LZOSDataSet
A logical zOS partitioned dataset.
|
Method Summary |
void |
compress(boolean wait,
String backup,
org.eclipse.core.runtime.IProgressMonitor monitor)
Compresses this partitioned data set. |
| Methods inherited from interface com.ibm.ftt.projects.core.logical.ILogicalResource |
delete, deleteOverriddenPropertiesInCategory, deleteOverride, getCurrentPropertyGroup, getFullPath, getLogicalParent, getName, getOverriddenProperties, getPersistentProperty, getPhysicalResource, getResourcePublisher, getSessionProperty, refresh, remove, rename, setCurrentPropertyGroup, setOverride, setPersistentProperty, setSessionProperty |
COPY_RIGHT
static final String COPY_RIGHT
- See Also:
- Constant Field Values
compress
void compress(boolean wait,
String backup,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws OperationFailedException
- Compresses this partitioned data set. Optionally creates a backup data
set during the compress operation. If the compress operation succeeds,
the back up data set will be deleted automatically. Otherwise, the
content of the data set before the compress will be contained in the
backup data set.
- Parameters:
wait - currently not usedbackup - name of the backup data set to create; null or
an empty string if no backup data set is desiredmonitor - a IProgressMonitor to indicate the progress, or null
if progress reporting is not desired
- Throws:
OperationFailedException - if compress operation failed