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 Details

    • SolrLocalContainerInfraService

      public SolrLocalContainerInfraService()
  • Method Details

    • registerProperties

      public void registerProperties()
      Specified by:
      registerProperties in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • initialize

      public void initialize()
      Specified by:
      initialize in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • getContainer

      public SolrContainer getContainer()
      Specified by:
      getContainer in interface org.apache.camel.test.infra.common.services.ContainerService<SolrContainer>
    • getSolrHost

      public String getSolrHost()
      Specified by:
      getSolrHost in interface SolrInfraService
    • getPort

      public int getPort()
      Specified by:
      getPort in interface SolrInfraService