Uses of Interface
org.opencastproject.elasticsearch.index.rebuild.IndexProducer
Packages that use IndexProducer
-
Uses of IndexProducer in org.opencastproject.elasticsearch.index.rebuild
Classes in org.opencastproject.elasticsearch.index.rebuild that implement IndexProducerModifier and TypeClassDescriptionclassThis implementation of IndexProducer adds logging methods for convenience.Methods in org.opencastproject.elasticsearch.index.rebuild that return IndexProducerModifier and TypeMethodDescriptionIndexRebuildService.getIndexProducer(IndexRebuildService.Service service) Get the service by its enum identifier.Methods in org.opencastproject.elasticsearch.index.rebuild with parameters of type IndexProducerModifier and TypeMethodDescriptionvoidIndexRebuildService.rebuildIndex(IndexProducer indexProducer, IndexRebuildService.DataType dataType) Partially rebuild the index from a specific service and maybe only a specific data type.