org.hibernate.search.backend.impl.lucene
Class SingleTaskRunnable
java.lang.Object
org.hibernate.search.backend.impl.lucene.SingleTaskRunnable
- All Implemented Interfaces:
- Runnable
public class SingleTaskRunnable
- extends Object
- implements Runnable
Applies an update operation to the IndexWriter
- Author:
- Sanne Grinovero (C) 2011 Red Hat Inc.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleTaskRunnable
public SingleTaskRunnable(LuceneWork work,
LuceneBackendResources resources,
org.apache.lucene.index.IndexWriter indexWriter,
IndexingMonitor monitor)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved