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