Uses of Enum Class
org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.Service
Packages that use IndexRebuildService.Service
-
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, org.opencastproject.security.api.Organization org, Throwable cause) Constructor that builds an error message.