/** * Return free space from the conglomerate back to the OS. * * <p> * Returns free space from the conglomerate back to the OS. Currently only the * sequential free pages at the "end" of the conglomerate can be returned to * the OS. * * <p> * * @param conglomId * Id of the conglomerate to purge. * * @exception StandardException * Standard exception policy. */ public void compressConglomerate(long conglomId) throws StandardException { findExistingConglomerate(conglomId).compressConglomerate(this, this); }
/** * Return free space from the conglomerate back to the OS. * * <p> * Returns free space from the conglomerate back to the OS. Currently only the * sequential free pages at the "end" of the conglomerate can be returned to * the OS. * * <p> * * @param conglomId * Id of the conglomerate to purge. * * @exception StandardException * Standard exception policy. */ public void compressConglomerate(long conglomId) throws StandardException { findExistingConglomerate(conglomId).compressConglomerate(this, this); }
/** * Return free space from the conglomerate back to the OS. * * <p> * Returns free space from the conglomerate back to the OS. Currently only the * sequential free pages at the "end" of the conglomerate can be returned to * the OS. * * <p> * * @param conglomId * Id of the conglomerate to purge. * * @exception StandardException * Standard exception policy. */ public void compressConglomerate(long conglomId) throws StandardException { findExistingConglomerate(conglomId).compressConglomerate(this, this); }