Uses of Class
org.apache.ignite.internal.processors.cache.WalStateProposeMessage
-
Packages that use WalStateProposeMessage Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of WalStateProposeMessage in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return WalStateProposeMessage Modifier and Type Method Description @Nullable WalStateProposeMessageWalStateAbstractMessage. exchangeMessage()Get exchange message.WalStateProposeMessageWalStateResult. message()@Nullable WalStateProposeMessageCacheGroupDescriptor. nextWalChangeRequest()Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type WalStateProposeMessage Modifier and Type Method Description List<WalStateProposeMessage>CacheGroupData. walChangeRequests()List<WalStateProposeMessage>CacheGroupDescriptor. walChangeRequests()Methods in org.apache.ignite.internal.processors.cache with parameters of type WalStateProposeMessage Modifier and Type Method Description booleanCacheGroupDescriptor. addWalChangeRequest(WalStateProposeMessage msg)Add pending WAL change request.voidWalStateAbstractMessage. exchangeMessage(WalStateProposeMessage exchangeMsg)Set message that will be processed through exchange thread later on.voidWalStateManager. onProposeDiscovery(WalStateProposeMessage msg)Handle propose message in discovery thread.voidWalStateManager. onProposeExchange(WalStateProposeMessage msg)Handle propose message which is synchronized with other cache state actions through exchange thread.Constructors in org.apache.ignite.internal.processors.cache with parameters of type WalStateProposeMessage Constructor Description WalStateDistributedProcess(WalStateProposeMessage msg, Collection<UUID> remainingNodes)Constructor.WalStateResult(WalStateProposeMessage msg, boolean changed)Constructor.WalStateResult(WalStateProposeMessage msg, String errMsg)Constructor.
-