| Package | Description |
|---|---|
| at.molindo.esi4j.module | |
| at.molindo.esi4j.module.es |
use another esi4j instance as primary datastore
|
| at.molindo.esi4j.module.hibernate | |
| at.molindo.esi4j.rebuild | |
| at.molindo.esi4j.rebuild.scrutineer | |
| at.molindo.esi4j.rebuild.simple | |
| at.molindo.esi4j.rebuild.util |
| Modifier and Type | Method and Description |
|---|---|
Esi4JRebuildSession |
Esi4JModule.startRebuildSession(Class<?> type)
must be called by
Esi4JRebuildProcessor implementation before any
modifications to underlying index occur. |
| Modifier and Type | Method and Description |
|---|---|
Esi4JRebuildSession |
ElasticsearchModule.startRebuildSession(Class<?> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateRebuildSession |
| Modifier and Type | Method and Description |
|---|---|
Esi4JRebuildSession |
HibernateModule.startRebuildSession(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Esi4JRebuildProcessor.isSupported(Esi4JRebuildSession rebuildSession) |
void |
Esi4JRebuildProcessor.rebuild(InternalIndex index,
Esi4JRebuildSession rebuildSession)
rebuild all types in index using data from module.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScrutineerRebuildProcessor.isSupported(Esi4JRebuildSession rebuildSession) |
void |
ScrutineerRebuildProcessor.rebuild(InternalIndex index,
Esi4JRebuildSession rebuildSession) |
| Constructor and Description |
|---|
ModuleIdAndVersionStream(Esi4JRebuildSession rebuildSession,
int batchSize,
TypeMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleRebuildProcessor.isSupported(Esi4JRebuildSession rebuildSession) |
void |
SimpleRebuildProcessor.rebuild(InternalIndex index,
Esi4JRebuildSession rebuildSession) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyRebuildSession |
class |
IteratorRebuildSession
Esi4JRebuildSession implementation using a simple Iterator |
class |
MetadataRebuildSessionWrapper |
| Constructor and Description |
|---|
MetadataRebuildSessionWrapper(Esi4JRebuildSession wrapped,
Object metadata) |
Copyright © 2015 Molindo GmbH. All Rights Reserved.