Class PurgeOldIndexVersion


  • public class PurgeOldIndexVersion
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(Options opts, long purgeThresholdMillis, java.util.List<java.lang.String> indexPaths)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PurgeOldIndexVersion

        public PurgeOldIndexVersion()
    • Method Detail

      • execute

        public void execute​(Options opts,
                            long purgeThresholdMillis,
                            java.util.List<java.lang.String> indexPaths)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception