Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.management.dto |
These contain the DTO object to exchange information with the management center.
|
Modifier and Type | Method and Description |
---|---|
WanConsumerConfig |
WanReplicationConfig.getWanConsumerConfig()
Returns the
WAN consumer configuration for this
WAN replication. |
WanConsumerConfig |
WanConsumerConfig.setClassName(String className)
Sets the fully qualified class name of the class implementing
WanReplicationConsumer.
|
WanConsumerConfig |
WanConsumerConfig.setImplementation(Object implementation)
Sets the implementation for this WAN consumer.
|
WanConsumerConfig |
WanConsumerConfig.setPersistWanReplicatedData(boolean persistWanReplicatedData) |
WanConsumerConfig |
WanConsumerConfig.setProperties(Map<String,Comparable> properties)
Sets the properties for the custom WAN consumer.
|
Modifier and Type | Method and Description |
---|---|
WanReplicationConfig |
WanReplicationConfig.setWanConsumerConfig(WanConsumerConfig wanConsumerConfig)
Sets the
WAN consumer configuration for this
WAN replication. |
Modifier and Type | Method and Description |
---|---|
WanConsumerConfig |
WanConsumerConfigDTO.getConfig() |
Constructor and Description |
---|
WanConsumerConfigDTO(WanConsumerConfig config) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.