public class WalStateResult extends Object
| Constructor and Description |
|---|
WalStateResult(WalStateProposeMessage msg,
boolean changed)
Constructor.
|
WalStateResult(WalStateProposeMessage msg,
String errMsg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
changed() |
@Nullable String |
errorMessage() |
WalStateProposeMessage |
message() |
String |
toString() |
public WalStateResult(WalStateProposeMessage msg, boolean changed)
msg - Original message.changed - Whether mode was changed.public WalStateResult(WalStateProposeMessage msg, String errMsg)
msg - Original message.errMsg - Error message (if any).public WalStateProposeMessage message()
public boolean changed()
@Nullable public @Nullable String errorMessage()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020