Class StopRoutineDiscoveryMessage
- java.lang.Object
-
- org.apache.ignite.internal.processors.continuous.AbstractContinuousMessage
-
- org.apache.ignite.internal.processors.continuous.StopRoutineDiscoveryMessage
-
- All Implemented Interfaces:
Serializable,DiscoveryCustomMessage
public class StopRoutineDiscoveryMessage extends AbstractContinuousMessage
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.continuous.AbstractContinuousMessage
routineId
-
-
Constructor Summary
Constructors Constructor Description StopRoutineDiscoveryMessage(UUID routineId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable DiscoveryCustomMessageackMessage()Called when custom message has been handled by all nodes.StringtoString()-
Methods inherited from class org.apache.ignite.internal.processors.continuous.AbstractContinuousMessage
createDiscoCache, id, isMutable, routineId
-
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
-
StopRoutineDiscoveryMessage
public StopRoutineDiscoveryMessage(UUID routineId)
- Parameters:
routineId- Routine id.
-
-
Method Detail
-
ackMessage
@Nullable public @Nullable DiscoveryCustomMessage ackMessage()
Called when custom message has been handled by all nodes.- Returns:
- Ack message or
nullif ack is not required.
-
-