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 NavigableMap<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() |
NavigableMap<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 NavigableMap<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 NavigableMap<Long,Collection<ClusterNode>> getTopHist()
public DiscoverySpiCustomMessage getCustomMsgData()
public org.apache.ignite.internal.processors.tracing.messages.SpanContainer getSpanContainer()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023