Class LuceneCounterAdapter
- java.lang.Object
-
- org.apache.lucene.util.Counter
-
- org.hibernate.search.backend.lucene.search.timeout.impl.LuceneCounterAdapter
-
public final class LuceneCounterAdapter extends org.apache.lucene.util.CounterConverts our generic TimingSource so that Lucene can use it as a Counter- Author:
- Sanne Grinovero
-
-
Constructor Summary
Constructors Constructor Description LuceneCounterAdapter(TimingSource timingSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longaddAndGet(long delta)longget()
-
-
-
Constructor Detail
-
LuceneCounterAdapter
public LuceneCounterAdapter(TimingSource timingSource)
-
-