Class ArangoDBLocalContainerInfraService
java.lang.Object
org.apache.camel.test.infra.arangodb.services.ArangoDBLocalContainerInfraService
- All Implemented Interfaces:
AutoCloseable,ArangoDBInfraService,org.apache.camel.test.infra.common.services.ContainerService<ArangoDbContainer>,org.apache.camel.test.infra.common.services.InfrastructureService
@InfraService(service=ArangoDBInfraService.class,
description="ArangoDB is a multi-model database for high-performance applications.",
serviceAlias="arangodb")
public class ArangoDBLocalContainerInfraService
extends Object
implements ArangoDBInfraService, org.apache.camel.test.infra.common.services.ContainerService<ArangoDbContainer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()intgetPort()protected ArangoDbContainerinitContainer(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.arangodb.services.ArangoDBInfraService
getServiceAddressMethods 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
-
ArangoDBLocalContainerInfraService
public ArangoDBLocalContainerInfraService() -
ArangoDBLocalContainerInfraService
-
ArangoDBLocalContainerInfraService
-
-
Method Details
-
initContainer
-
getPort
public int getPort()- Specified by:
getPortin interfaceArangoDBInfraService
-
getHost
- Specified by:
getHostin interfaceArangoDBInfraService
-
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<ArangoDbContainer>
-