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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ZooKeeperContainerinitContainer(String imageName) voidvoidvoidshutdown()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
close
-
Constructor Details
-
ZooKeeperLocalContainerInfraService
public ZooKeeperLocalContainerInfraService() -
ZooKeeperLocalContainerInfraService
-
ZooKeeperLocalContainerInfraService
-
-
Method Details
-
initContainer
-
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<ZooKeeperContainer>
-
getConnectionString
- Specified by:
getConnectionStringin interfaceZooKeeperInfraService
-