public class SchemaFinishDiscoveryMessage extends SchemaAbstractDiscoveryMessage
op| Constructor and Description |
|---|
SchemaFinishDiscoveryMessage(SchemaAbstractOperation op,
SchemaOperationException err,
boolean nop)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable DiscoveryCustomMessage |
ackMessage()
Called when custom message has been handled by all nodes.
|
@Nullable SchemaOperationException |
error() |
boolean |
exchange() |
boolean |
hasError() |
boolean |
isMutable() |
boolean |
nop() |
SchemaProposeDiscoveryMessage |
proposeMessage() |
void |
proposeMessage(SchemaProposeDiscoveryMessage proposeMsg) |
String |
toString() |
createDiscoCache, id, operationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitstopProcesspublic SchemaFinishDiscoveryMessage(SchemaAbstractOperation op, SchemaOperationException err, boolean nop)
op - Original operation.err - Error.nop - No-op flag.@Nullable public @Nullable DiscoveryCustomMessage ackMessage()
null if ack is not required.public boolean isMutable()
True if message can be modified during listener notification. Changes will be sent to next nodes.public boolean exchange()
exchange in class SchemaAbstractDiscoveryMessagepublic boolean hasError()
True if error was reported during init.@Nullable public @Nullable SchemaOperationException error()
public SchemaProposeDiscoveryMessage proposeMessage()
public void proposeMessage(SchemaProposeDiscoveryMessage proposeMsg)
proposeMsg - Propose message.public boolean nop()
True if message in no-op.public String toString()
toString in class SchemaAbstractDiscoveryMessage
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023