Class HazelcastEmbeddedInfraService
java.lang.Object
org.apache.camel.test.infra.hazelcast.services.HazelcastEmbeddedInfraService
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.test.infra.common.services.InfrastructureService,HazelcastInfraService
@InfraService(service=HazelcastInfraService.class,
description="In Memory Database Hazelcast",
serviceAlias="hazelcast")
public class HazelcastEmbeddedInfraService
extends Object
implements HazelcastInfraService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hazelcast.config.ConfigcreateConfiguration(String name, int port, String instanceName, String componentName) 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.InfrastructureService
close
-
Constructor Details
-
HazelcastEmbeddedInfraService
public HazelcastEmbeddedInfraService()
-
-
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
-
createConfiguration
public com.hazelcast.config.Config createConfiguration(String name, int port, String instanceName, String componentName) - Specified by:
createConfigurationin interfaceHazelcastInfraService
-