Documentation of 'org.apache.derby.iapi.store.raw.AuxObject' Java class
AuxObject
org.apache.derby.iapi.store.raw

Interface AuxObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void auxObjectInvalidated()
      This method is called by the page manager when it's about to evict a page which is holding an aux object, or when a rollback occurred on the page.
    • Method Detail

      • auxObjectInvalidated

        void auxObjectInvalidated()
        This method is called by the page manager when it's about to evict a page which is holding an aux object, or when a rollback occurred on the page. The aux object should release its resources. The aux object can assume that no one else has access to it via the raw store during this method call. After this method returns the raw store throws away any reference to this object.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.