Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.wan |
This package contains the WAN replication API
|
Modifier and Type | Class and Description |
---|---|
class |
WanBatchPublisherConfig
Configuration object for the built-in WAN publisher (available in
Hazelcast Enterprise).
|
class |
WanCustomPublisherConfig
Configuration object for a custom WAN publisher.
|
Modifier and Type | Method and Description |
---|---|
AbstractWanPublisherConfig |
AbstractWanPublisherConfig.setClassName(String className)
Sets the name of the class implementing
WanPublisher . |
AbstractWanPublisherConfig |
AbstractWanPublisherConfig.setImplementation(WanPublisher implementation)
Sets the implementation of
WanPublisher . |
AbstractWanPublisherConfig |
AbstractWanPublisherConfig.setProperties(Map<String,Comparable> properties)
Sets the WAN publisher properties.
|
AbstractWanPublisherConfig |
AbstractWanPublisherConfig.setPublisherId(String publisherId)
Sets the publisher ID used for identifying the publisher in a
WanReplicationConfig . |
Modifier and Type | Method and Description |
---|---|
void |
WanPublisher.init(WanReplicationConfig wanReplicationConfig,
AbstractWanPublisherConfig publisherConfig)
Initializes the publisher.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.