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 TypeMethodDescriptionvoid
void
void
void
onPluginFrameworkShutdown
(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event) void
onPluginFrameworkStarted
(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event) void
pause()
void
shutdown()
void
start()
-
Constructor Details
-
NoOpSingleNodeIndexRepairServiceImpl
public NoOpSingleNodeIndexRepairServiceImpl()
-
-
Method Details
-
onPluginFrameworkStarted
public void onPluginFrameworkStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event) - Specified by:
onPluginFrameworkStarted
in interfaceSingleNodeIndexRepairService
-
onPluginFrameworkShutdown
public void onPluginFrameworkShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event) - Specified by:
onPluginFrameworkShutdown
in interfaceSingleNodeIndexRepairService
-
onIndexingShutdownEvent
- Specified by:
onIndexingShutdownEvent
in interfaceSingleNodeIndexRepairService
-
onImportStartedEvent
- Specified by:
onImportStartedEvent
in interfaceSingleNodeIndexRepairService
-
onImportCompletedEvent
- Specified by:
onImportCompletedEvent
in interfaceSingleNodeIndexRepairService
-
pause
public void pause()- Specified by:
pause
in interfaceSingleNodeIndexRepairService
-
start
public void start()- Specified by:
start
in interfaceSingleNodeIndexRepairService
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfaceSingleNodeIndexRepairService
-