Uses of Class
org.opencastproject.elasticsearch.index.rebuild.IndexRebuildException
Packages that use IndexRebuildException
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 IndexRebuildException in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl that throw IndexRebuildExceptionModifier and TypeMethodDescriptionvoidAssetManagerImpl.repopulate(IndexRebuildService.DataType dataType) -
Uses of IndexRebuildException in org.opencastproject.elasticsearch.index.rebuild
Methods in org.opencastproject.elasticsearch.index.rebuild that throw IndexRebuildExceptionModifier and TypeMethodDescriptionvoidIndexRebuildService.rebuildIndex(ElasticsearchIndex index) Clear and rebuild the index from all services.voidIndexRebuildService.rebuildIndex(IndexProducer indexProducer, IndexRebuildService.DataType dataType) Partially rebuild the index from a specific service and maybe only a specific data type.voidIndexProducer.repopulate(IndexRebuildService.DataType dataType) Re-add the data of this service to the index.voidIndexRebuildService.resumeIndexRebuild(IndexRebuildService.Service startingService) Start Index Rebuild from the specified service and then do all that follow. -
Uses of IndexRebuildException in org.opencastproject.event.comment.persistence
Methods in org.opencastproject.event.comment.persistence that throw IndexRebuildExceptionModifier and TypeMethodDescriptionvoidEventCommentDatabaseServiceImpl.repopulate(IndexRebuildService.DataType type) -
Uses of IndexRebuildException in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl that throw IndexRebuildExceptionModifier and TypeMethodDescriptionvoidSchedulerServiceImpl.repopulate(IndexRebuildService.DataType type) -
Uses of IndexRebuildException in org.opencastproject.search.impl
Methods in org.opencastproject.search.impl that throw IndexRebuildExceptionModifier and TypeMethodDescriptionvoidSearchServiceIndex.repopulate(IndexRebuildService.DataType type) -
Uses of IndexRebuildException in org.opencastproject.series.impl
Methods in org.opencastproject.series.impl that throw IndexRebuildExceptionModifier and TypeMethodDescriptionvoidSeriesServiceImpl.repopulate(IndexRebuildService.DataType type) -
Uses of IndexRebuildException in org.opencastproject.themes.persistence
Methods in org.opencastproject.themes.persistence that throw IndexRebuildExceptionModifier and TypeMethodDescriptionvoidThemesServiceDatabaseImpl.repopulate(IndexRebuildService.DataType type) -
Uses of IndexRebuildException in org.opencastproject.workflow.impl
Methods in org.opencastproject.workflow.impl that throw IndexRebuildExceptionModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.repopulate(IndexRebuildService.DataType type)