Class OrphanVersionRemoverListener

  • All Implemented Interfaces:
    PostCommitEventListener

    @Deprecated
    public class OrphanVersionRemoverListener
    extends Object
    implements PostCommitEventListener
    Deprecated.
    since 2021.44 there is now an orphan versions incremental GC (StreamDocumentGC)
    Async listener that is in charge to delete the versions. Before running the delete operation on the versions passed as argument of the event, it will call the registred OrphanVersionRemovalFilter to allow them to mark some of the orphan versions to be kept.
    Author:
    Tiry
    • Field Detail

      • log

        protected static final Log log
        Deprecated.
    • Constructor Detail

      • OrphanVersionRemoverListener

        public OrphanVersionRemoverListener()
        Deprecated.