Uses of Enum Class
org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.Service
Packages that use IndexRebuildService.Service
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 IndexRebuildService.Service in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl that return IndexRebuildService.ServiceModifier and TypeMethodDescriptionAssetManagerImpl.getService()AbstractIndexProducer Implementation -
Uses of IndexRebuildService.Service in org.opencastproject.elasticsearch.index.rebuild
Methods in org.opencastproject.elasticsearch.index.rebuild that return IndexRebuildService.ServiceModifier and TypeMethodDescriptionIndexProducer.getService()Get the service that implements IndexProducer.static IndexRebuildService.ServiceReturns the enum constant of this class with the specified name.static IndexRebuildService.Service[]IndexRebuildService.Service.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.elasticsearch.index.rebuild with parameters of type IndexRebuildService.ServiceModifier and TypeMethodDescriptionIndexRebuildService.getIndexProducer(IndexRebuildService.Service service) Get the service by its enum identifier.voidIndexRebuildService.resumeIndexRebuild(IndexRebuildService.Service startingService) Start Index Rebuild from the specified service and then do all that follow.Constructors in org.opencastproject.elasticsearch.index.rebuild with parameters of type IndexRebuildService.ServiceModifierConstructorDescriptionIndexRebuildException(IndexRebuildService.Service service, Throwable cause) Constructor that builds an error message.IndexRebuildException(IndexRebuildService.Service service, Organization org, Throwable cause) Constructor that builds an error message. -
Uses of IndexRebuildService.Service in org.opencastproject.event.comment.persistence
Methods in org.opencastproject.event.comment.persistence that return IndexRebuildService.Service -
Uses of IndexRebuildService.Service in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl that return IndexRebuildService.Service -
Uses of IndexRebuildService.Service in org.opencastproject.search.impl
Methods in org.opencastproject.search.impl that return IndexRebuildService.Service -
Uses of IndexRebuildService.Service in org.opencastproject.series.impl
Methods in org.opencastproject.series.impl that return IndexRebuildService.Service -
Uses of IndexRebuildService.Service in org.opencastproject.themes.persistence
Methods in org.opencastproject.themes.persistence that return IndexRebuildService.Service -
Uses of IndexRebuildService.Service in org.opencastproject.workflow.impl
Methods in org.opencastproject.workflow.impl that return IndexRebuildService.Service