Class OpenSearchEmbedComponent
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.runtime.opensearch1.embed.OpenSearchEmbedComponent
- All Implemented Interfaces:
Adaptable,Component,Extensible,OpenSearchEmbedService,TimestampedService
- Since:
- 2025.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<String, OpenSearchEmbedNode> protected static final StringFields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThe component notification order forComponent.start(ComponentContext).getServerUrl(String id) Gets the opensearch server url for an embedded node id.voidstart(ComponentContext context) Start the component.voidstop(ComponentContext context) Stop the component.Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, registerExtension, setLastModified, setModifiedNow, setName, unregister, unregisterContribution, unregisterExtension
-
Field Details
-
XP_SERVER
- See Also:
-
nodes
-
-
Constructor Details
-
OpenSearchEmbedComponent
public OpenSearchEmbedComponent()
-
-
Method Details
-
getApplicationStartedOrder
public int getApplicationStartedOrder()Description copied from interface:ComponentThe component notification order forComponent.start(ComponentContext).Components are notified in increasing order. Order 1000 is the default order for components that don't care. Order 100 is the repository initialization.
- Specified by:
getApplicationStartedOrderin interfaceComponent- Returns:
- the order, 1000 by default
-
start
Description copied from interface:ComponentStart the component. This method is called after all the components were resolved and activated- Specified by:
startin interfaceComponent- Overrides:
startin classDefaultComponent
-
stop
Description copied from interface:ComponentStop the component.- Specified by:
stopin interfaceComponent- Overrides:
stopin classDefaultComponent
-
getServerUrl
Description copied from interface:OpenSearchEmbedServiceGets the opensearch server url for an embedded node id.- Specified by:
getServerUrlin interfaceOpenSearchEmbedService- Parameters:
id- the embedded server id- Returns:
- the server url
-