public class SchemaFinishDiscoveryMessage extends SchemaAbstractDiscoveryMessage
op| Constructor and Description |
|---|
SchemaFinishDiscoveryMessage(SchemaAbstractOperation op,
SchemaOperationException err)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DiscoveryCustomMessage |
ackMessage()
Called when custom message has been handled by all nodes.
|
SchemaOperationException |
error() |
boolean |
exchange() |
boolean |
hasError() |
boolean |
isMutable() |
SchemaProposeDiscoveryMessage |
proposeMessage() |
void |
proposeMessage(SchemaProposeDiscoveryMessage proposeMsg) |
String |
toString() |
id, operationpublic SchemaFinishDiscoveryMessage(SchemaAbstractOperation op, SchemaOperationException err)
op - Original operation.err - Error.@Nullable public DiscoveryCustomMessage ackMessage()
null if ack is not required.public boolean isMutable()
true if message can be modified during listener notification. Changes will be send to next nodes.public boolean exchange()
exchange in class SchemaAbstractDiscoveryMessagepublic boolean hasError()
True if error was reported during init.@Nullable public SchemaOperationException error()
public SchemaProposeDiscoveryMessage proposeMessage()
public void proposeMessage(SchemaProposeDiscoveryMessage proposeMsg)
proposeMsg - Propose message.public String toString()
toString in class SchemaAbstractDiscoveryMessage
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017