Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Field and Description |
---|---|
protected WanPublisher |
AbstractWanPublisherConfig.implementation |
Modifier and Type | Method and Description |
---|---|
WanPublisher |
WanBatchPublisherConfig.getImplementation() |
WanPublisher |
AbstractWanPublisherConfig.getImplementation()
Returns the implementation of
WanPublisher . |
Modifier and Type | Method and Description |
---|---|
WanCustomPublisherConfig |
WanCustomPublisherConfig.setImplementation(WanPublisher implementation) |
WanBatchPublisherConfig |
WanBatchPublisherConfig.setImplementation(WanPublisher implementation)
No-op method as the implementation cannot be changed for this publisher.
|
AbstractWanPublisherConfig |
AbstractWanPublisherConfig.setImplementation(WanPublisher implementation)
Sets the implementation of
WanPublisher . |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.