public interface OperationDispatcher
IndexManager.performOperations(List, org.hibernate.search.backend.IndexingMonitor)
or IndexManager.performStreamOperation(LuceneWork, IndexingMonitor, boolean)
method.
Intended for use by message consumers in the JMS/JGroups backends.
Modifier and Type | Method and Description |
---|---|
void |
dispatch(List<LuceneWork> queue,
IndexingMonitor monitor) |
void |
dispatch(LuceneWork work,
IndexingMonitor monitor) |
void dispatch(LuceneWork work, IndexingMonitor monitor)
void dispatch(List<LuceneWork> queue, IndexingMonitor monitor)
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.