Class SolrLocalContainerInfraService
java.lang.Object
org.apache.camel.test.infra.solr.services.SolrLocalContainerInfraService
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.test.infra.common.services.ContainerService<SolrContainer>,org.apache.camel.test.infra.common.services.InfrastructureService,SolrInfraService
@InfraService(service=SolrInfraService.class,
description="Apache Solr is a Search Platform",
serviceAlias="solr")
public class SolrLocalContainerInfraService
extends Object
implements SolrInfraService, org.apache.camel.test.infra.common.services.ContainerService<SolrContainer>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.test.infra.common.services.ContainerService
followLogMethods inherited from interface org.apache.camel.test.infra.common.services.InfrastructureService
closeMethods inherited from interface org.apache.camel.test.infra.solr.services.SolrInfraService
getHttpHostAddress
-
Constructor Details
-
SolrLocalContainerInfraService
public SolrLocalContainerInfraService()
-
-
Method Details
-
registerProperties
public void registerProperties()- Specified by:
registerPropertiesin interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
initialize
public void initialize()- Specified by:
initializein interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
getContainer
- Specified by:
getContainerin interfaceorg.apache.camel.test.infra.common.services.ContainerService<SolrContainer>
-
getSolrHost
- Specified by:
getSolrHostin interfaceSolrInfraService
-
getPort
public int getPort()- Specified by:
getPortin interfaceSolrInfraService
-