Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
WanConsumerConfig |
WanReplicationConfig.getWanConsumerConfig() |
WanConsumerConfig |
WanConsumerConfig.setClassName(String className)
Set the name of the class implementing WanReplicationConsumer.
|
WanConsumerConfig |
WanConsumerConfig.setImplementation(Object implementation)
Set the implementation for this WAN consumer.
|
WanConsumerConfig |
WanConsumerConfig.setProperties(Map<String,Comparable> properties)
Set the properties for the WAN consumer.
|
Modifier and Type | Method and Description |
---|---|
WanReplicationConfig |
WanReplicationConfig.setWanConsumerConfig(WanConsumerConfig wanConsumerConfig) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.