Interface ElasticsearchReindexProcessor
-
- All Known Implementing Classes:
ElasticsearchReindexProcessorImpl
public interface ElasticsearchReindexProcessorCreated by: Alexander Duckardt Date: 10/3/14.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Class<?>>getIndexedClasses()intreindex(Class<?> clazz)intreindex(Class<?> entityClass, Collection<String> ids)voidreindexAll()
-