Uses of Interface
org.opencastproject.elasticsearch.index.rebuild.IndexProducer
Packages that use IndexProducer
Package
Description
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.Series REST Service implementation
-
Uses of IndexProducer in org.opencastproject.assetmanager.impl
Classes in org.opencastproject.assetmanager.impl that implement 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. -
Uses of IndexProducer in org.opencastproject.event.comment.persistence
Classes in org.opencastproject.event.comment.persistence that implement IndexProducerModifier and TypeClassDescriptionclassImplements permanent storage for event comments. -
Uses of IndexProducer in org.opencastproject.scheduler.impl
Classes in org.opencastproject.scheduler.impl that implement IndexProducer -
Uses of IndexProducer in org.opencastproject.search.impl
Classes in org.opencastproject.search.impl that implement IndexProducer -
Uses of IndexProducer in org.opencastproject.series.impl
Classes in org.opencastproject.series.impl that implement IndexProducer -
Uses of IndexProducer in org.opencastproject.workflow.impl
Classes in org.opencastproject.workflow.impl that implement IndexProducerModifier and TypeClassDescriptionclassImplements WorkflowService with in-memory data structures to hold WorkflowOperations and WorkflowInstances.