Package org.opensearch.index.engine
Interface LifecycleAware
- All Known Implementing Classes:
NRTReplicationEngine
public interface LifecycleAware
Interface that is aware of a component lifecycle.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to ensure if the component is an open state
-
Method Details
-
ensureOpen
void ensureOpen()Checks to ensure if the component is an open state
-