Class IndexUpdater
java.lang.Object
org.infinispan.query.impl.massindex.IndexUpdater
Handle batch updates to an index.
- Since:
- 7.1
- Author:
- gustavonalle
-
Constructor Summary
ConstructorsConstructorDescriptionIndexUpdater(org.infinispan.AdvancedCache<?, ?> cache) IndexUpdater(SearchMapping searchMapping) -
Method Summary
Modifier and TypeMethodDescriptionCollection<Class<?>>voidflush(Collection<Class<?>> javaClasses) voidpurge(Collection<Class<?>> javaClasses) voidrefresh(Collection<Class<?>> javaClasses) Class<?>toConvertedEntityJavaClass(Object value) updateIndex(Object key, Object value, int segment)
-
Constructor Details
-
IndexUpdater
public IndexUpdater(org.infinispan.AdvancedCache<?, ?> cache) -
IndexUpdater
-
-
Method Details
-
flush
-
refresh
-
purge
-
allJavaClasses
-
toConvertedEntityJavaClass
-
updateIndex
-