public class DiscoveryNotification extends Object
Constructor and Description |
---|
DiscoveryNotification(int eventType,
long topVer,
ClusterNode node,
Collection<ClusterNode> topSnapshot) |
DiscoveryNotification(int eventType,
long topVer,
ClusterNode node,
Collection<ClusterNode> topSnapshot,
@Nullable Map<Long,Collection<ClusterNode>> topHist,
@Nullable DiscoverySpiCustomMessage customMsgData,
org.apache.ignite.internal.processors.tracing.messages.SpanContainer spanContainer) |
Modifier and Type | Method and Description |
---|---|
DiscoverySpiCustomMessage |
getCustomMsgData() |
ClusterNode |
getNode() |
org.apache.ignite.internal.processors.tracing.messages.SpanContainer |
getSpanContainer() |
Map<Long,Collection<ClusterNode>> |
getTopHist() |
Collection<ClusterNode> |
getTopSnapshot() |
long |
getTopVer() |
int |
type() |
public DiscoveryNotification(int eventType, long topVer, ClusterNode node, Collection<ClusterNode> topSnapshot)
eventType
- Event type.topVer
- Topology version.node
- Node.topSnapshot
- Topology snapshot.public DiscoveryNotification(int eventType, long topVer, ClusterNode node, Collection<ClusterNode> topSnapshot, @Nullable @Nullable Map<Long,Collection<ClusterNode>> topHist, @Nullable @Nullable DiscoverySpiCustomMessage customMsgData, org.apache.ignite.internal.processors.tracing.messages.SpanContainer spanContainer)
eventType
- Event type.topVer
- Topology version.node
- Node.topSnapshot
- Topology snapshot.topHist
- Topology history.customMsgData
- Custom message data.spanContainer
- Span container.public int type()
public long getTopVer()
public ClusterNode getNode()
public Collection<ClusterNode> getTopSnapshot()
public Map<Long,Collection<ClusterNode>> getTopHist()
public DiscoverySpiCustomMessage getCustomMsgData()
public org.apache.ignite.internal.processors.tracing.messages.SpanContainer getSpanContainer()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024