Class InvalidatePageOperation

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, Formatable, TypedFormat, Loggable, RePreparable, Undoable

    public final class InvalidatePageOperation
    extends PhysicalPageOperation
    Represents invalidating a page due to deallocation. This operation invalidates the page that is being deallocated, as opposed to deallocatePage that happens on the alloc page.
    See Also:
    Serialized Form
    Format IDLOGOP_INVALIDATE_PAGE the formatId is written by FormatIdOutputStream when this object is written out by writeObject
    Purpose
    invalidate a page
    Upgrade
    Disk LayoutPhysicalPageOperation the superclass OptionalData none