blob: 10d2ed775a6c0e9334f643e84efa923515a2f6b3 [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(72949126, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/72949126" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<script type='text/javascript'>
window.__lo_site_id = 284467;
(function() {
var wa = document.createElement('script'); wa.type = 'text/javascript'; wa.async = true;
wa.src = 'https://d10lpsik1i8c69.cloudfront.net/w.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wa, s);
})();
</script>
<link rel="canonical" href="https://ignite.apache.org/releases/latest/dotnetdoc/api/Apache.Ignite.Core.Events.EventType.html" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class EventType
| Apache Ignite.NET </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class EventType
| Apache Ignite.NET ">
<meta name="generator" content="docfx 2.24.0.0">
<link rel="shortcut icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61232409-1', 'auto');
ga('send', 'pageview');
</script></head>
<body data-spy="scroll" data-target="#affix">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../images/logo_ignite_32_32.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items"></div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Apache.Ignite.Core.Events.EventType">
<h1 id="Apache_Ignite_Core_Events_EventType" data-uid="Apache.Ignite.Core.Events.EventType" class="text-break">Class EventType
</h1>
<div class="markdown level0 summary"><p>Contains event type constants. The decision to use class and not enumeration is dictated
by allowing users to create their own events and/or event types which would be impossible with enumerations.
<p>
Note that this interface defines not only individual type constants,
but arrays of types as well to be conveniently used with <a class="xref" href="Apache.Ignite.Core.Events.IEvents.html">IEvents</a> methods.
<p>
NOTE: all types in range <strong>from 1 to 1000 are reserved</strong> for internal Ignite events
and should not be used by user-defined events.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">EventType</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Apache.Ignite.Core.Events.html">Apache.Ignite.Core.Events</a></h6>
<h6><strong>Assembly</strong>: Apache.Ignite.Core.dll</h6>
<h5 id="Apache_Ignite_Core_Events_EventType_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class EventType</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheEntryCreated" data-uid="Apache.Ignite.Core.Events.EventType.CacheEntryCreated">CacheEntryCreated</h4>
<div class="markdown level1 summary"><p>Built-in event type: entry created.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheEntryCreated</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheEntryDestroyed" data-uid="Apache.Ignite.Core.Events.EventType.CacheEntryDestroyed">CacheEntryDestroyed</h4>
<div class="markdown level1 summary"><p>Built-in event type: entry destroyed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheEntryDestroyed</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheEntryEvicted" data-uid="Apache.Ignite.Core.Events.EventType.CacheEntryEvicted">CacheEntryEvicted</h4>
<div class="markdown level1 summary"><p>Built-in event type: entry evicted.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheEntryEvicted</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheNodesLeft" data-uid="Apache.Ignite.Core.Events.EventType.CacheNodesLeft">CacheNodesLeft</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache nodes left.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheNodesLeft</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheObjectExpired" data-uid="Apache.Ignite.Core.Events.EventType.CacheObjectExpired">CacheObjectExpired</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache object was expired when reading it.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheObjectExpired</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheObjectFromOffheap" data-uid="Apache.Ignite.Core.Events.EventType.CacheObjectFromOffheap">CacheObjectFromOffheap</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache object moved from off-heap storage back into memory.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheObjectFromOffheap</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheObjectLocked" data-uid="Apache.Ignite.Core.Events.EventType.CacheObjectLocked">CacheObjectLocked</h4>
<div class="markdown level1 summary"><p>Built-in event type: object locked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheObjectLocked</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheObjectPut" data-uid="Apache.Ignite.Core.Events.EventType.CacheObjectPut">CacheObjectPut</h4>
<div class="markdown level1 summary"><p>Built-in event type: object put.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheObjectPut</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheObjectRead" data-uid="Apache.Ignite.Core.Events.EventType.CacheObjectRead">CacheObjectRead</h4>
<div class="markdown level1 summary"><p>Built-in event type: object read.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheObjectRead</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheObjectRemoved" data-uid="Apache.Ignite.Core.Events.EventType.CacheObjectRemoved">CacheObjectRemoved</h4>
<div class="markdown level1 summary"><p>Built-in event type: object removed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheObjectRemoved</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheObjectToOffheap" data-uid="Apache.Ignite.Core.Events.EventType.CacheObjectToOffheap">CacheObjectToOffheap</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache object stored in off-heap storage.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheObjectToOffheap</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheObjectUnlocked" data-uid="Apache.Ignite.Core.Events.EventType.CacheObjectUnlocked">CacheObjectUnlocked</h4>
<div class="markdown level1 summary"><p>Built-in event type: object unlocked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheObjectUnlocked</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheQueryExecuted" data-uid="Apache.Ignite.Core.Events.EventType.CacheQueryExecuted">CacheQueryExecuted</h4>
<div class="markdown level1 summary"><p>Built-in event type: query executed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheQueryExecuted</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheQueryObjectRead" data-uid="Apache.Ignite.Core.Events.EventType.CacheQueryObjectRead">CacheQueryObjectRead</h4>
<div class="markdown level1 summary"><p>Built-in event type: query entry read.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheQueryObjectRead</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheRebalanceObjectLoaded" data-uid="Apache.Ignite.Core.Events.EventType.CacheRebalanceObjectLoaded">CacheRebalanceObjectLoaded</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache entry rebalanced.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheRebalanceObjectLoaded</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheRebalanceObjectUnloaded" data-uid="Apache.Ignite.Core.Events.EventType.CacheRebalanceObjectUnloaded">CacheRebalanceObjectUnloaded</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache entry unloaded.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheRebalanceObjectUnloaded</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheRebalancePartDataLost" data-uid="Apache.Ignite.Core.Events.EventType.CacheRebalancePartDataLost">CacheRebalancePartDataLost</h4>
<div class="markdown level1 summary"><p>Built-in event type: all nodes that hold partition left topology.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheRebalancePartDataLost</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheRebalancePartLoaded" data-uid="Apache.Ignite.Core.Events.EventType.CacheRebalancePartLoaded">CacheRebalancePartLoaded</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache partition loaded.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheRebalancePartLoaded</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheRebalancePartUnloaded" data-uid="Apache.Ignite.Core.Events.EventType.CacheRebalancePartUnloaded">CacheRebalancePartUnloaded</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache partition unloaded.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheRebalancePartUnloaded</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheRebalanceStarted" data-uid="Apache.Ignite.Core.Events.EventType.CacheRebalanceStarted">CacheRebalanceStarted</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache rebalance started.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheRebalanceStarted</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheRebalanceStopped" data-uid="Apache.Ignite.Core.Events.EventType.CacheRebalanceStopped">CacheRebalanceStopped</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache rebalance stopped.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheRebalanceStopped</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheStarted" data-uid="Apache.Ignite.Core.Events.EventType.CacheStarted">CacheStarted</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache started.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheStarted</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheStopped" data-uid="Apache.Ignite.Core.Events.EventType.CacheStopped">CacheStopped</h4>
<div class="markdown level1 summary"><p>Built-in event type: cache started.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CacheStopped</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CheckpointLoaded" data-uid="Apache.Ignite.Core.Events.EventType.CheckpointLoaded">CheckpointLoaded</h4>
<div class="markdown level1 summary"><p>Built-in event type: checkpoint was loaded.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CheckpointLoaded</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CheckpointRemoved" data-uid="Apache.Ignite.Core.Events.EventType.CheckpointRemoved">CheckpointRemoved</h4>
<div class="markdown level1 summary"><p>Built-in event type: checkpoint was removed. Reasons are: timeout expired, or or it was manually removed,
or it was automatically removed by the task session.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CheckpointRemoved</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_CheckpointSaved" data-uid="Apache.Ignite.Core.Events.EventType.CheckpointSaved">CheckpointSaved</h4>
<div class="markdown level1 summary"><p>Built-in event type: checkpoint was saved.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int CheckpointSaved</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_ClientNodeDisconnected" data-uid="Apache.Ignite.Core.Events.EventType.ClientNodeDisconnected">ClientNodeDisconnected</h4>
<div class="markdown level1 summary"><p>Built-in event type: client node disconnected.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int ClientNodeDisconnected</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_ClientNodeReconnected" data-uid="Apache.Ignite.Core.Events.EventType.ClientNodeReconnected">ClientNodeReconnected</h4>
<div class="markdown level1 summary"><p>Built-in event type: client node reconnected.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int ClientNodeReconnected</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_JobCancelled" data-uid="Apache.Ignite.Core.Events.EventType.JobCancelled">JobCancelled</h4>
<div class="markdown level1 summary"><p>Built-in event type: Ignite job cancelled.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int JobCancelled</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_JobFailed" data-uid="Apache.Ignite.Core.Events.EventType.JobFailed">JobFailed</h4>
<div class="markdown level1 summary"><p>Built-in event type: Ignite job failed. Job has failed. This means that there was some error event during job
execution and job did not produce a result.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int JobFailed</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_JobFailedOver" data-uid="Apache.Ignite.Core.Events.EventType.JobFailedOver">JobFailedOver</h4>
<div class="markdown level1 summary"><p>Built-in event type: Ignite job failed over.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int JobFailedOver</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_JobFinished" data-uid="Apache.Ignite.Core.Events.EventType.JobFinished">JobFinished</h4>
<div class="markdown level1 summary"><p>Built-in event type: Ignite job finished. Job has successfully completed and produced a result which from the
user perspective can still be either negative or positive.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int JobFinished</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_JobMapped" data-uid="Apache.Ignite.Core.Events.EventType.JobMapped">JobMapped</h4>
<div class="markdown level1 summary"><p>Built-in event type: Ignite job was mapped in {@link org.apache.ignite.compute.ComputeTask#map(List, Object)}
method.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int JobMapped</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_JobQueued" data-uid="Apache.Ignite.Core.Events.EventType.JobQueued">JobQueued</h4>
<div class="markdown level1 summary"><p>Built-in event type: Ignite job queued. Job arrived for execution and has been queued (added to passive queue
during collision resolution).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int JobQueued</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_JobRejected" data-uid="Apache.Ignite.Core.Events.EventType.JobRejected">JobRejected</h4>
<div class="markdown level1 summary"><p>Built-in event type: Ignite job rejected during collision resolution.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int JobRejected</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_JobResulted" data-uid="Apache.Ignite.Core.Events.EventType.JobResulted">JobResulted</h4>
<div class="markdown level1 summary"><p>Built-in event type: Ignite job result was received by {@link
org.apache.ignite.compute.ComputeTask#result(org.apache.ignite.compute.ComputeJobResult, List)} method.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int JobResulted</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_JobStarted" data-uid="Apache.Ignite.Core.Events.EventType.JobStarted">JobStarted</h4>
<div class="markdown level1 summary"><p>Built-in event type: Ignite job started.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int JobStarted</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_JobTimedout" data-uid="Apache.Ignite.Core.Events.EventType.JobTimedout">JobTimedout</h4>
<div class="markdown level1 summary"><p>Built-in event type: Ignite job timed out.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int JobTimedout</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_NodeFailed" data-uid="Apache.Ignite.Core.Events.EventType.NodeFailed">NodeFailed</h4>
<div class="markdown level1 summary"><p>Built-in event type: node failed. Ignite detected that node has presumably crashed and is considered
failed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int NodeFailed</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_NodeJoined" data-uid="Apache.Ignite.Core.Events.EventType.NodeJoined">NodeJoined</h4>
<div class="markdown level1 summary"><p>Built-in event type: node joined topology. New node has been discovered and joined grid topology. Note that
even though a node has been discovered there could be a number of warnings in the log. In certain
situations Ignite doesn&apos;t prevent a node from joining but prints warning messages into the log.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int NodeJoined</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_NodeLeft" data-uid="Apache.Ignite.Core.Events.EventType.NodeLeft">NodeLeft</h4>
<div class="markdown level1 summary"><p>Built-in event type: node has normally left topology.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int NodeLeft</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_NodeMetricsUpdated" data-uid="Apache.Ignite.Core.Events.EventType.NodeMetricsUpdated">NodeMetricsUpdated</h4>
<div class="markdown level1 summary"><p>Built-in event type: node metrics updated. Generated when node&apos;s metrics are updated. In most cases this
callback is invoked with every heartbeat received from a node (including local node).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int NodeMetricsUpdated</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_NodeSegmented" data-uid="Apache.Ignite.Core.Events.EventType.NodeSegmented">NodeSegmented</h4>
<div class="markdown level1 summary"><p>Built-in event type: local node segmented. Generated when node determines that it runs in invalid network
segment.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int NodeSegmented</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_TaskFailed" data-uid="Apache.Ignite.Core.Events.EventType.TaskFailed">TaskFailed</h4>
<div class="markdown level1 summary"><p>Built-in event type: task failed. Task failed. This event is triggered every time a task finished with an
exception. Note that prior to this event, there could be other events recorded specific to the failure.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int TaskFailed</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_TaskFinished" data-uid="Apache.Ignite.Core.Events.EventType.TaskFinished">TaskFinished</h4>
<div class="markdown level1 summary"><p>Built-in event type: task finished. Task got finished. This event is triggered every time a task finished
without exception.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int TaskFinished</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_TaskReduced" data-uid="Apache.Ignite.Core.Events.EventType.TaskReduced">TaskReduced</h4>
<div class="markdown level1 summary"><p>Built-in event type: task reduced.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int TaskReduced</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_TaskSessionAttrSet" data-uid="Apache.Ignite.Core.Events.EventType.TaskSessionAttrSet">TaskSessionAttrSet</h4>
<div class="markdown level1 summary"><p>Built-in event type: task session attribute set.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int TaskSessionAttrSet</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_TaskStarted" data-uid="Apache.Ignite.Core.Events.EventType.TaskStarted">TaskStarted</h4>
<div class="markdown level1 summary"><p>Built-in event type: task started.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int TaskStarted</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Events_EventType_TaskTimedout" data-uid="Apache.Ignite.Core.Events.EventType.TaskTimedout">TaskTimedout</h4>
<div class="markdown level1 summary"><p>Built-in event type: task timed out.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int TaskTimedout</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<a id="Apache_Ignite_Core_Events_EventType_All_" data-uid="Apache.Ignite.Core.Events.EventType.All*"></a>
<h4 id="Apache_Ignite_Core_Events_EventType_All" data-uid="Apache.Ignite.Core.Events.EventType.All">All</h4>
<div class="markdown level1 summary"><p>All Ignite events.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ICollection&lt;int&gt; All { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Events_EventType_AllMinusMetricUpdate_" data-uid="Apache.Ignite.Core.Events.EventType.AllMinusMetricUpdate*"></a>
<h4 id="Apache_Ignite_Core_Events_EventType_AllMinusMetricUpdate" data-uid="Apache.Ignite.Core.Events.EventType.AllMinusMetricUpdate">AllMinusMetricUpdate</h4>
<div class="markdown level1 summary"><p>All Ignite events (<strong>excluding</strong> metric update event).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ICollection&lt;int&gt; AllMinusMetricUpdate { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Events_EventType_CacheAll_" data-uid="Apache.Ignite.Core.Events.EventType.CacheAll*"></a>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheAll" data-uid="Apache.Ignite.Core.Events.EventType.CacheAll">CacheAll</h4>
<div class="markdown level1 summary"><p>All cache events.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ICollection&lt;int&gt; CacheAll { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Events_EventType_CacheLifecycleAll_" data-uid="Apache.Ignite.Core.Events.EventType.CacheLifecycleAll*"></a>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheLifecycleAll" data-uid="Apache.Ignite.Core.Events.EventType.CacheLifecycleAll">CacheLifecycleAll</h4>
<div class="markdown level1 summary"><p>All cache lifecycle events.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ICollection&lt;int&gt; CacheLifecycleAll { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Events_EventType_CacheQueryAll_" data-uid="Apache.Ignite.Core.Events.EventType.CacheQueryAll*"></a>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheQueryAll" data-uid="Apache.Ignite.Core.Events.EventType.CacheQueryAll">CacheQueryAll</h4>
<div class="markdown level1 summary"><p>All cache query events.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ICollection&lt;int&gt; CacheQueryAll { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Events_EventType_CacheRebalanceAll_" data-uid="Apache.Ignite.Core.Events.EventType.CacheRebalanceAll*"></a>
<h4 id="Apache_Ignite_Core_Events_EventType_CacheRebalanceAll" data-uid="Apache.Ignite.Core.Events.EventType.CacheRebalanceAll">CacheRebalanceAll</h4>
<div class="markdown level1 summary"><p>All cache rebalance events.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ICollection&lt;int&gt; CacheRebalanceAll { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Events_EventType_DiscoveryAll_" data-uid="Apache.Ignite.Core.Events.EventType.DiscoveryAll*"></a>
<h4 id="Apache_Ignite_Core_Events_EventType_DiscoveryAll" data-uid="Apache.Ignite.Core.Events.EventType.DiscoveryAll">DiscoveryAll</h4>
<div class="markdown level1 summary"><p>All discovery events.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ICollection&lt;int&gt; DiscoveryAll { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Events_EventType_DiscoveryAllMinusMetrics_" data-uid="Apache.Ignite.Core.Events.EventType.DiscoveryAllMinusMetrics*"></a>
<h4 id="Apache_Ignite_Core_Events_EventType_DiscoveryAllMinusMetrics" data-uid="Apache.Ignite.Core.Events.EventType.DiscoveryAllMinusMetrics">DiscoveryAllMinusMetrics</h4>
<div class="markdown level1 summary"><p>All discovery events except for <a class="xref" href="Apache.Ignite.Core.Events.EventType.html#Apache_Ignite_Core_Events_EventType_NodeMetricsUpdated">NodeMetricsUpdated</a>. Subscription to <a class="xref" href="Apache.Ignite.Core.Events.EventType.html#Apache_Ignite_Core_Events_EventType_NodeMetricsUpdated">NodeMetricsUpdated</a> can generate massive amount of event processing in most cases is not
necessary. If this event is indeed required you can subscribe to it individually or use <span class="xref">Apache.Ignite.Core.Events.EventType.DiscoveryAll0</span> array.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ICollection&lt;int&gt; DiscoveryAllMinusMetrics { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Events_EventType_ErrorAll_" data-uid="Apache.Ignite.Core.Events.EventType.ErrorAll*"></a>
<h4 id="Apache_Ignite_Core_Events_EventType_ErrorAll" data-uid="Apache.Ignite.Core.Events.EventType.ErrorAll">ErrorAll</h4>
<div class="markdown level1 summary"><p>All events indicating an error or failure condition. It is convenient to use when fetching all events
indicating error or failure.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ICollection&lt;int&gt; ErrorAll { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Events_EventType_JobExecutionAll_" data-uid="Apache.Ignite.Core.Events.EventType.JobExecutionAll*"></a>
<h4 id="Apache_Ignite_Core_Events_EventType_JobExecutionAll" data-uid="Apache.Ignite.Core.Events.EventType.JobExecutionAll">JobExecutionAll</h4>
<div class="markdown level1 summary"><p>All Ignite job execution events.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ICollection&lt;int&gt; JobExecutionAll { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Events_EventType_TaskExecutionAll_" data-uid="Apache.Ignite.Core.Events.EventType.TaskExecutionAll*"></a>
<h4 id="Apache_Ignite_Core_Events_EventType_TaskExecutionAll" data-uid="Apache.Ignite.Core.Events.EventType.TaskExecutionAll">TaskExecutionAll</h4>
<div class="markdown level1 summary"><p>All Ignite task execution events.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ICollection&lt;int&gt; TaskExecutionAll { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.ICollection</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
© 2015 - 2019 The Apache Software Foundation
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>