Class NoOpSingleNodeIndexRepairServiceImpl
java.lang.Object
com.atlassian.jira.search.opensearch.NoOpSingleNodeIndexRepairServiceImpl
- All Implemented Interfaces:
SingleNodeIndexRepairService
public class NoOpSingleNodeIndexRepairServiceImpl
extends Object
implements SingleNodeIndexRepairService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidonPluginFrameworkShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event) voidonPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event) voidpause()voidshutdown()voidstart()
-
Constructor Details
-
NoOpSingleNodeIndexRepairServiceImpl
public NoOpSingleNodeIndexRepairServiceImpl()
-
-
Method Details
-
onPluginFrameworkStarted
public void onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event) - Specified by:
onPluginFrameworkStartedin interfaceSingleNodeIndexRepairService
-
onPluginFrameworkShutdown
public void onPluginFrameworkShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event) - Specified by:
onPluginFrameworkShutdownin interfaceSingleNodeIndexRepairService
-
onIndexingShutdownEvent
- Specified by:
onIndexingShutdownEventin interfaceSingleNodeIndexRepairService
-
onImportStartedEvent
- Specified by:
onImportStartedEventin interfaceSingleNodeIndexRepairService
-
onImportCompletedEvent
- Specified by:
onImportCompletedEventin interfaceSingleNodeIndexRepairService
-
pause
public void pause()- Specified by:
pausein interfaceSingleNodeIndexRepairService
-
start
public void start()- Specified by:
startin interfaceSingleNodeIndexRepairService
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceSingleNodeIndexRepairService
-