Class ZooKeeperLocalContainerInfraService

java.lang.Object
org.apache.camel.test.infra.zookeeper.services.ZooKeeperLocalContainerInfraService
All Implemented Interfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.ContainerService<ZooKeeperContainer>, org.apache.camel.test.infra.common.services.InfrastructureService, ZooKeeperInfraService

@InfraService(service=ZooKeeperInfraService.class, description="Zookeeper is a server for highly reliable distributed coordination of cloud applications", serviceAlias="zookeeper") public class ZooKeeperLocalContainerInfraService extends Object implements ZooKeeperInfraService, org.apache.camel.test.infra.common.services.ContainerService<ZooKeeperContainer>
  • Constructor Details

    • ZooKeeperLocalContainerInfraService

      public ZooKeeperLocalContainerInfraService()
    • ZooKeeperLocalContainerInfraService

      public ZooKeeperLocalContainerInfraService(String imageName)
    • ZooKeeperLocalContainerInfraService

      public ZooKeeperLocalContainerInfraService(ZooKeeperContainer container)
  • Method Details

    • initContainer

      protected ZooKeeperContainer initContainer(String imageName)
    • 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 ZooKeeperContainer getContainer()
      Specified by:
      getContainer in interface org.apache.camel.test.infra.common.services.ContainerService<ZooKeeperContainer>
    • getConnectionString

      public String getConnectionString()
      Specified by:
      getConnectionString in interface ZooKeeperInfraService