Package | Description |
---|---|
org.hibernate.search.backend.impl.batch | |
org.hibernate.search.batchindexing.impl | |
org.hibernate.search.engine.impl | |
org.hibernate.search.spi |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBatchBackend
This is not meant to be used as a regular
backend, only to apply batch changes to the index.
|
Constructor and Description |
---|
BatchIndexingWorkspace(ExtendedSearchIntegrator extendedIntegrator,
SessionFactoryImplementor sessionFactory,
Class<?> entityType,
int objectLoadingThreads,
CacheMode cacheMode,
int objectLoadingBatchSize,
CountDownLatch endAllSignal,
MassIndexerProgressMonitor monitor,
BatchBackend backend,
long objectsLimit,
int idFetchSize,
Integer transactionTimeout,
String tenantId) |
IdentifierConsumerDocumentProducer(ProducerConsumerQueue<List<Serializable>> fromIdentifierListToEntities,
MassIndexerProgressMonitor monitor,
SessionFactory sessionFactory,
CountDownLatch producerEndSignal,
CacheMode cacheMode,
Class<?> type,
ExtendedSearchIntegrator searchFactory,
String idName,
BatchBackend backend,
ErrorHandler errorHandler,
Integer transactionTimeout,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
BatchBackend |
ImmutableSearchFactory.makeBatchBackend(MassIndexerProgressMonitor progressMonitor) |
BatchBackend |
MutableSearchFactory.makeBatchBackend(MassIndexerProgressMonitor progressMonitor) |
Modifier and Type | Method and Description |
---|---|
BatchBackend |
SearchIntegrator.makeBatchBackend(MassIndexerProgressMonitor progressMonitor) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved