Uses of Enum Class
com.hazelcast.wan.WanPublisherState
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains the WAN replication API
-
Uses of WanPublisherState in com.hazelcast.config
Modifier and TypeFieldDescriptionstatic final WanPublisherState
WanBatchPublisherConfig.DEFAULT_INITIAL_PUBLISHER_STATE
Modifier and TypeMethodDescriptionWanBatchPublisherConfig.getInitialPublisherState()
Returns the initial WAN publisher state.Modifier and TypeMethodDescriptionWanBatchPublisherConfig.setInitialPublisherState
(WanPublisherState initialPublisherState) Sets the initial publisher state. -
Uses of WanPublisherState in com.hazelcast.wan
Modifier and TypeMethodDescriptionstatic WanPublisherState
WanPublisherState.getByType
(byte id) Returns the WanPublisherState as an enum.static WanPublisherState
Returns the enum constant of this class with the specified name.static WanPublisherState[]
WanPublisherState.values()
Returns an array containing the constants of this enum class, in the order they are declared.