Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
WanCustomPublisherConfig |
WanCustomPublisherConfig.setClassName(String className) |
WanCustomPublisherConfig |
WanCustomPublisherConfig.setImplementation(WanPublisher implementation) |
WanCustomPublisherConfig |
WanCustomPublisherConfig.setProperties(Map<String,Comparable> properties) |
WanCustomPublisherConfig |
WanCustomPublisherConfig.setPublisherId(String publisherId) |
Modifier and Type | Method and Description |
---|---|
List<WanCustomPublisherConfig> |
WanReplicationConfig.getCustomPublisherConfigs()
Returns the list of custom WAN publisher implementations for this WAN
replication.
|
Modifier and Type | Method and Description |
---|---|
WanReplicationConfig |
WanReplicationConfig.addCustomPublisherConfig(WanCustomPublisherConfig config)
Adds a custom WAN publisher implementation configuration to this WAN
replication.
|
Modifier and Type | Method and Description |
---|---|
WanReplicationConfig |
WanReplicationConfig.setCustomPublisherConfigs(List<WanCustomPublisherConfig> customPublisherConfigs)
Sets the list of custom WAN publisher implementations for this WAN
replication.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.