Uses of Enum Class
com.hazelcast.wan.WanPublisherState
Packages that use WanPublisherState
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains the WAN replication API
-
Uses of WanPublisherState in com.hazelcast.config
Fields in com.hazelcast.config declared as WanPublisherStateModifier and TypeFieldDescriptionstatic final WanPublisherState
WanBatchPublisherConfig.DEFAULT_INITIAL_PUBLISHER_STATE
Methods in com.hazelcast.config that return WanPublisherStateModifier and TypeMethodDescriptionWanBatchPublisherConfig.getInitialPublisherState()
Returns the initial WAN publisher state.Methods in com.hazelcast.config with parameters of type WanPublisherStateModifier and TypeMethodDescriptionWanBatchPublisherConfig.setInitialPublisherState
(WanPublisherState initialPublisherState) Sets the initial publisher state. -
Uses of WanPublisherState in com.hazelcast.wan
Methods in com.hazelcast.wan that return WanPublisherStateModifier 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.