Package org.apache.ignite.events
Class SnapshotEvent
- java.lang.Object
- 
- org.apache.ignite.events.EventAdapter
- 
- org.apache.ignite.events.SnapshotEvent
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<Event>,- Event
 
 public class SnapshotEvent extends EventAdapter Event indicating the cluster snapshot operation result state with the given name.
- 
- 
Constructor SummaryConstructors Constructor Description SnapshotEvent(ClusterNode node, String msg, String snpName, int type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringsnapshotName()
 
- 
- 
- 
Constructor Detail- 
SnapshotEventpublic SnapshotEvent(ClusterNode node, String msg, String snpName, int type) - Parameters:
- node- Node on which the event was fired.
- msg- Optional event message.
- snpName- Snapshot name.
- type- Snapshot event type.
 
 
- 
 - 
Method Detail- 
snapshotNamepublic String snapshotName() - Returns:
- Snapshot name.
 
 
- 
 
-