Class AbstractPersistenceManager.AbstractPersistentStore.DeleteExtentTask

    • Field Detail

      • f_LExtentId

        protected final Long f_LExtentId
        The extent to delete.
    • Constructor Detail

      • DeleteExtentTask

        public DeleteExtentTask​(Long LExtentId)
        Construct a DeleteExtentTask with the provided extent id.
        Parameters:
        LExtentId - the extent to delete
    • Method Detail

      • getAssociatedKey

        public Object getAssociatedKey()
        Description copied from interface: Associated
        Determine the host key (or base) object to which this object is associated.

        Note: It's expected that the returned object is suitable to be used as an immutable identity (e.g. a key in a Map).
        Note 2: Circular associations are not permitted.

        Specified by:
        getAssociatedKey in interface Associated
        Returns:
        the host key that for this object, or null if this object has no association