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() |
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 String errorMessage()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018