Uses of Class
org.apache.ignite.internal.processors.cache.WalStateAckMessage
-
Packages that use WalStateAckMessage Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of WalStateAckMessage in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type WalStateAckMessage Modifier and Type Method Description voidWalStateManager. onAck(WalStateAckMessage msg)Handle ack message.voidWalStateDistributedProcess. onNodeFinished(UUID nodeId, WalStateAckMessage ack)Handle node finish.
-