Class LuceneDataSearchEngine.IndexingLatch

  • Enclosing class:
    LuceneDataSearchEngine

    public static class LuceneDataSearchEngine.IndexingLatch
    extends java.util.concurrent.CountDownLatch
    CountDownLatch used to be notified of the end of the next indexing operation taking place on a Data.
    Since:
    jcms-8.0.2, jcms-9, JCMS-3805
    See Also:
    LuceneDataSearchEngine.getIndexingLatch(Data)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.util.concurrent.CountDownLatch

        await, await, countDown, getCount
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.concurrent.CountDownLatch