@Internal public abstract class AbstractBatchIndexer extends Object implements BiConsumer<List<HibernateHandle>,Progress>
Constructor and Description |
---|
AbstractBatchIndexer(AnyTypeDao anyTypeDao,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
Modifier and Type | Method and Description |
---|---|
void |
accept(List<HibernateHandle> handles,
Progress progress) |
protected abstract void |
doIndex(List<? extends com.atlassian.bonnie.Searchable> searchables,
Progress progress) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public AbstractBatchIndexer(AnyTypeDao anyTypeDao, org.springframework.transaction.PlatformTransactionManager transactionManager)
public void accept(List<HibernateHandle> handles, Progress progress)
accept
in interface BiConsumer<List<HibernateHandle>,Progress>
Copyright © 2003–2017 Atlassian. All rights reserved.