Class WalStateFinishMessage
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.WalStateAbstractMessage
-
- org.apache.ignite.internal.processors.cache.WalStateFinishMessage
-
- All Implemented Interfaces:
Serializable,DiscoveryCustomMessage
public class WalStateFinishMessage extends WalStateAbstractMessage
WAL state finish message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WalStateFinishMessage(UUID opId, int grpId, IgniteUuid grpDepId, boolean changed, @Nullable String errMsg)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanchanged()@Nullable StringerrorMessage()StringtoString()-
Methods inherited from class org.apache.ignite.internal.processors.cache.WalStateAbstractMessage
ackMessage, createDiscoCache, exchangeMessage, exchangeMessage, groupDeploymentId, groupId, id, isMutable, needExchange, operationId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.managers.discovery.DiscoveryCustomMessage
stopProcess
-
-
-
-
Constructor Detail
-
WalStateFinishMessage
public WalStateFinishMessage(UUID opId, int grpId, IgniteUuid grpDepId, boolean changed, @Nullable @Nullable String errMsg)
Constructor.- Parameters:
opId- Unique operation ID.grpId- Group ID.grpDepId- Group deployment ID.changed- Result.errMsg- Error message.
-
-
Method Detail
-
changed
public boolean changed()
- Returns:
- Result.
-
errorMessage
@Nullable public @Nullable String errorMessage()
- Returns:
- Error message.
-
toString
public String toString()
- Overrides:
toStringin classWalStateAbstractMessage
-
-