blob: 51299243cb19a45a84e680398777899b0469e22d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<link rel="canonical" href="https://ignite.apache.org/releases/2.2.0/javadoc/index-all.html" />
<META NAME="ROBOTS" CONTENT="NOINDEX">
<!-- Generated by javadoc (version 1.7.0_80) on Fri Sep 15 11:47:25 UTC 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Ignite 2.2.0)</title>
<meta name="date" content="2017-09-15">
<link rel="stylesheet" type="text/css" href="./javadoc.css" title="Style">
<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>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Ignite 2.2.0)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Ignite - In-Memory Data Fabric</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a href="#_Y_">Y</a>&nbsp;<a href="#_Z_">Z</a>&nbsp;<a name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./org/apache/ignite/startup/cmdline/AboutDialog.html" title="class in org.apache.ignite.startup.cmdline"><span class="strong">AboutDialog</span></a> - Class in <a href="./org/apache/ignite/startup/cmdline/package-summary.html">org.apache.ignite.startup.cmdline</a></dt>
<dd>
<div class="block">About dialog.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction"><span class="strong">AbstractEvictionPolicy</span></a>&lt;<a href="./org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html" title="type parameter in AbstractEvictionPolicy">K</a>,<a href="./org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html" title="type parameter in AbstractEvictionPolicy">V</a>&gt; - Class in <a href="./org/apache/ignite/cache/eviction/package-summary.html">org.apache.ignite.cache.eviction</a></dt>
<dd>
<div class="block">Common functionality implementation for eviction policies with max size/max memory and batch eviction support.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html#AbstractEvictionPolicy()">AbstractEvictionPolicy()</a></span> - Constructor for class org.apache.ignite.cache.eviction.<a href="./org/apache/ignite/cache/eviction/AbstractEvictionPolicy.html" title="class in org.apache.ignite.cache.eviction">AbstractEvictionPolicy</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/marshaller/AbstractMarshaller.html" title="class in org.apache.ignite.marshaller"><span class="strong">AbstractMarshaller</span></a> - Class in <a href="./org/apache/ignite/marshaller/package-summary.html">org.apache.ignite.marshaller</a></dt>
<dd>
<div class="block">Base class for marshallers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/marshaller/AbstractMarshaller.html#AbstractMarshaller()">AbstractMarshaller()</a></span> - Constructor for class org.apache.ignite.marshaller.<a href="./org/apache/ignite/marshaller/AbstractMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractMarshaller</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller"><span class="strong">AbstractNodeNameAwareMarshaller</span></a> - Class in <a href="./org/apache/ignite/marshaller/package-summary.html">org.apache.ignite.marshaller</a></dt>
<dd>
<div class="block">Marshaller allowing for <a href="./org/apache/ignite/Ignition.html#localIgnite()"><code>Ignition.localIgnite()</code></a> calls.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html#AbstractNodeNameAwareMarshaller()">AbstractNodeNameAwareMarshaller()</a></span> - Constructor for class org.apache.ignite.marshaller.<a href="./org/apache/ignite/marshaller/AbstractNodeNameAwareMarshaller.html" title="class in org.apache.ignite.marshaller">AbstractNodeNameAwareMarshaller</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteJdbcDriver.html#acceptsURL(java.lang.String)">acceptsURL(String)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteJdbcDriver.html" title="class in org.apache.ignite">IgniteJdbcDriver</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteJdbcThinDriver.html#acceptsURL(java.lang.String)">acceptsURL(String)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteJdbcThinDriver.html" title="class in org.apache.ignite">IgniteJdbcThinDriver</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/IgfsFile.html#accessTime()">accessTime()</a></span> - Method in interface org.apache.ignite.igfs.<a href="./org/apache/ignite/igfs/IgfsFile.html" title="interface in org.apache.ignite.igfs">IgfsFile</a></dt>
<dd>
<div class="block">Gets file last access time.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/DiscoverySpiCustomMessage.html#ackMessage()">ackMessage()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="./org/apache/ignite/spi/discovery/DiscoverySpiCustomMessage.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiCustomMessage</a></dt>
<dd>
<div class="block">Called when message passed the ring.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSemaphore.html#acquire()">acquire()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteSemaphore.html" title="interface in org.apache.ignite">IgniteSemaphore</a></dt>
<dd>
<div class="block">Acquires a permit from this semaphore, blocking until one is available, or the thread is <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Thread.html?is-external=true#interrupt()" title="class or interface in java.lang">interrupted</a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSemaphore.html#acquire(int)">acquire(int)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteSemaphore.html" title="interface in org.apache.ignite">IgniteSemaphore</a></dt>
<dd>
<div class="block">Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Thread.html?is-external=true#interrupt()" title="class or interface in java.lang">interrupted</a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSemaphore.html#acquireUninterruptibly()">acquireUninterruptibly()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteSemaphore.html" title="interface in org.apache.ignite">IgniteSemaphore</a></dt>
<dd>
<div class="block">Acquires a permit from this semaphore, blocking until one is available.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSemaphore.html#acquireUninterruptibly(int)">acquireUninterruptibly(int)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteSemaphore.html" title="interface in org.apache.ignite">IgniteSemaphore</a></dt>
<dd>
<div class="block">Acquires the given number of permits from this semaphore, blocking until all are available.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/collision/CollisionJobContext.html#activate()">activate()</a></span> - Method in interface org.apache.ignite.spi.collision.<a href="./org/apache/ignite/spi/collision/CollisionJobContext.html" title="interface in org.apache.ignite.spi.collision">CollisionJobContext</a></dt>
<dd>
<div class="block">Activates the job.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#active()">active()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Checks Ignite grid is active or not active.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#active(boolean)">active(boolean)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Changes Ignite grid state to active or inactive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#active()">active()</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Checks Ignite grid is active or not active.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#active(boolean)">active(boolean)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Changes Ignite grid state to active or inactive.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/mxbean/IgniteMXBean.html#active(boolean)">active(boolean)</a></span> - Method in interface org.apache.ignite.mxbean.<a href="./org/apache/ignite/mxbean/IgniteMXBean.html" title="interface in org.apache.ignite.mxbean">IgniteMXBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/mxbean/IgniteMXBean.html#active()">active()</a></span> - Method in interface org.apache.ignite.mxbean.<a href="./org/apache/ignite/mxbean/IgniteMXBean.html" title="interface in org.apache.ignite.mxbean">IgniteMXBean</a></dt>
<dd>
<div class="block">Checks if Ignite grid is active.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html#ACTIVE_JOBS_THRESHOLD_NODE_ATTR">ACTIVE_JOBS_THRESHOLD_NODE_ATTR</a></span> - Static variable in class org.apache.ignite.spi.collision.jobstealing.<a href="./org/apache/ignite/spi/collision/jobstealing/JobStealingCollisionSpi.html" title="class in org.apache.ignite.spi.collision.jobstealing">JobStealingCollisionSpi</a></dt>
<dd>
<div class="block">Threshold of maximum jobs executing concurrently.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/collision/CollisionContext.html#activeJobs()">activeJobs()</a></span> - Method in interface org.apache.ignite.spi.collision.<a href="./org/apache/ignite/spi/collision/CollisionContext.html" title="interface in org.apache.ignite.spi.collision">CollisionContext</a></dt>
<dd>
<div class="block">Gets ordered collection of collision contexts for jobs that are currently executing.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#activeTaskFutures()">activeTaskFutures()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Gets tasks future for active tasks started on local node.</div>
</dd>
<dt><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive"><span class="strong">AdaptiveCpuLoadProbe</span></a> - Class in <a href="./org/apache/ignite/spi/loadbalancing/adaptive/package-summary.html">org.apache.ignite.spi.loadbalancing.adaptive</a></dt>
<dd>
<div class="block">Implementation of node load probing based on CPU load.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#AdaptiveCpuLoadProbe()">AdaptiveCpuLoadProbe()</a></span> - Constructor for class org.apache.ignite.spi.loadbalancing.adaptive.<a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive">AdaptiveCpuLoadProbe</a></dt>
<dd>
<div class="block">Initializes CPU load probe to use CPU load average by default.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#AdaptiveCpuLoadProbe(boolean,%20boolean)">AdaptiveCpuLoadProbe(boolean, boolean)</a></span> - Constructor for class org.apache.ignite.spi.loadbalancing.adaptive.<a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive">AdaptiveCpuLoadProbe</a></dt>
<dd>
<div class="block">Specifies whether to use average CPU load vs. current and whether or
not to take number of processors into account.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html#AdaptiveCpuLoadProbe(boolean,%20boolean,%20double)">AdaptiveCpuLoadProbe(boolean, boolean, double)</a></span> - Constructor for class org.apache.ignite.spi.loadbalancing.adaptive.<a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveCpuLoadProbe.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive">AdaptiveCpuLoadProbe</a></dt>
<dd>
<div class="block">Specifies whether to use average CPU load vs. current and whether or
not to take number of processors into account.</div>
</dd>
<dt><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveJobCountLoadProbe.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive"><span class="strong">AdaptiveJobCountLoadProbe</span></a> - Class in <a href="./org/apache/ignite/spi/loadbalancing/adaptive/package-summary.html">org.apache.ignite.spi.loadbalancing.adaptive</a></dt>
<dd>
<div class="block">Implementation of node load probing based on active and waiting job count.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveJobCountLoadProbe.html#AdaptiveJobCountLoadProbe()">AdaptiveJobCountLoadProbe()</a></span> - Constructor for class org.apache.ignite.spi.loadbalancing.adaptive.<a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveJobCountLoadProbe.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive">AdaptiveJobCountLoadProbe</a></dt>
<dd>
<div class="block">Initializes active job probe.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveJobCountLoadProbe.html#AdaptiveJobCountLoadProbe(boolean)">AdaptiveJobCountLoadProbe(boolean)</a></span> - Constructor for class org.apache.ignite.spi.loadbalancing.adaptive.<a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveJobCountLoadProbe.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive">AdaptiveJobCountLoadProbe</a></dt>
<dd>
<div class="block">Creates new active job prove specifying whether to use average
job counts vs. current.</div>
</dd>
<dt><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive"><span class="strong">AdaptiveLoadBalancingSpi</span></a> - Class in <a href="./org/apache/ignite/spi/loadbalancing/adaptive/package-summary.html">org.apache.ignite.spi.loadbalancing.adaptive</a></dt>
<dd>
<div class="block">Load balancing SPI that adapts to overall node performance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html#AdaptiveLoadBalancingSpi()">AdaptiveLoadBalancingSpi()</a></span> - Constructor for class org.apache.ignite.spi.loadbalancing.adaptive.<a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive">AdaptiveLoadBalancingSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpiMBean.html" title="interface in org.apache.ignite.spi.loadbalancing.adaptive"><span class="strong">AdaptiveLoadBalancingSpiMBean</span></a> - Interface in <a href="./org/apache/ignite/spi/loadbalancing/adaptive/package-summary.html">org.apache.ignite.spi.loadbalancing.adaptive</a></dt>
<dd>
<div class="block">Management MBean for <a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadBalancingSpi.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive"><code>AdaptiveLoadBalancingSpi</code></a> SPI.</div>
</dd>
<dt><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveLoadProbe.html" title="interface in org.apache.ignite.spi.loadbalancing.adaptive"><span class="strong">AdaptiveLoadProbe</span></a> - Interface in <a href="./org/apache/ignite/spi/loadbalancing/adaptive/package-summary.html">org.apache.ignite.spi.loadbalancing.adaptive</a></dt>
<dd>
<div class="block">Pluggable implementation of node load probing.</div>
</dd>
<dt><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveProcessingTimeLoadProbe.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive"><span class="strong">AdaptiveProcessingTimeLoadProbe</span></a> - Class in <a href="./org/apache/ignite/spi/loadbalancing/adaptive/package-summary.html">org.apache.ignite.spi.loadbalancing.adaptive</a></dt>
<dd>
<div class="block">Implementation of node load probing based on total job processing time.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveProcessingTimeLoadProbe.html#AdaptiveProcessingTimeLoadProbe()">AdaptiveProcessingTimeLoadProbe()</a></span> - Constructor for class org.apache.ignite.spi.loadbalancing.adaptive.<a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveProcessingTimeLoadProbe.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive">AdaptiveProcessingTimeLoadProbe</a></dt>
<dd>
<div class="block">Initializes execution time load probe to use
execution time average by default.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveProcessingTimeLoadProbe.html#AdaptiveProcessingTimeLoadProbe(boolean)">AdaptiveProcessingTimeLoadProbe(boolean)</a></span> - Constructor for class org.apache.ignite.spi.loadbalancing.adaptive.<a href="./org/apache/ignite/spi/loadbalancing/adaptive/AdaptiveProcessingTimeLoadProbe.html" title="class in org.apache.ignite.spi.loadbalancing.adaptive">AdaptiveProcessingTimeLoadProbe</a></dt>
<dd>
<div class="block">Specifies whether to use average execution time vs. current.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteQueue.html#add(T)">add(T)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteQueue.html" title="interface in org.apache.ignite">IgniteQueue</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSet.html#add(T)">add(T)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteSet.html" title="interface in org.apache.ignite">IgniteSet</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/spi/IgniteSpiMultiException.html#add(java.lang.Throwable)">add(Throwable)</a></span> - Method in exception org.apache.ignite.spi.<a href="./org/apache/ignite/spi/IgniteSpiMultiException.html" title="class in org.apache.ignite.spi">IgniteSpiMultiException</a></dt>
<dd>
<div class="block">Adds a new cause for multi-exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteQueue.html#addAll(java.util.Collection)">addAll(Collection&lt;? extends T&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteQueue.html" title="interface in org.apache.ignite">IgniteQueue</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSet.html#addAll(java.util.Collection)">addAll(Collection&lt;? extends T&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteSet.html" title="interface in org.apache.ignite">IgniteSet</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteAtomicLong.html#addAndGet(long)">addAndGet(long)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteAtomicLong.html" title="interface in org.apache.ignite">IgniteAtomicLong</a></dt>
<dd>
<div class="block">Adds <code>l</code> and gets current value of atomic long.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteAtomicSequence.html#addAndGet(long)">addAndGet(long)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteAtomicSequence.html" title="interface in org.apache.ignite">IgniteAtomicSequence</a></dt>
<dd>
<div class="block">Adds <code>l</code> elements to atomic sequence and gets value of atomic sequence.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/logger/log4j/Log4JLogger.html#addAppender(org.apache.log4j.FileAppender)">addAppender(FileAppender)</a></span> - Static method in class org.apache.ignite.logger.log4j.<a href="./org/apache/ignite/logger/log4j/Log4JLogger.html" title="class in org.apache.ignite.logger.log4j">Log4JLogger</a></dt>
<dd>
<div class="block">Adds file appender.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/compute/ComputeTaskSession.html#addAttributeListener(org.apache.ignite.compute.ComputeTaskSessionAttributeListener,%20boolean)">addAttributeListener(ComputeTaskSessionAttributeListener, boolean)</a></span> - Method in interface org.apache.ignite.compute.<a href="./org/apache/ignite/compute/ComputeTaskSession.html" title="interface in org.apache.ignite.compute">ComputeTaskSession</a></dt>
<dd>
<div class="block">Add listener for the session attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#addCacheConfiguration(org.apache.ignite.configuration.CacheConfiguration)">addCacheConfiguration(CacheConfiguration&lt;K, V&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Adds cache configuration template.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#addCacheConfiguration(org.apache.ignite.configuration.CacheConfiguration)">addCacheConfiguration(CacheConfiguration&lt;K, V&gt;)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Adds cache configuration template.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/configuration/CacheConfiguration.html#addCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration)">addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration&lt;K, V&gt;)</a></span> - Method in class org.apache.ignite.configuration.<a href="./org/apache/ignite/configuration/CacheConfiguration.html" title="class in org.apache.ignite.configuration">CacheConfiguration</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteDataStreamer.html#addData(K,%20V)">addData(K, V)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite">IgniteDataStreamer</a></dt>
<dd>
<div class="block">Adds data for streaming on remote node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteDataStreamer.html#addData(java.util.Map.Entry)">addData(Map.Entry&lt;K, V&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite">IgniteDataStreamer</a></dt>
<dd>
<div class="block">Adds data for streaming on remote node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteDataStreamer.html#addData(java.util.Collection)">addData(Collection&lt;? extends Map.Entry&lt;K, V&gt;&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite">IgniteDataStreamer</a></dt>
<dd>
<div class="block">Adds data for streaming on remote node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteDataStreamer.html#addData(java.util.Map)">addData(Map&lt;K, V&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite">IgniteDataStreamer</a></dt>
<dd>
<div class="block">Adds data for streaming on remote node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/DiscoveryDataBag.html#addGridCommonData(java.lang.Integer,%20java.io.Serializable)">addGridCommonData(Integer, Serializable)</a></span> - Method in class org.apache.ignite.spi.discovery.<a href="./org/apache/ignite/spi/discovery/DiscoveryDataBag.html" title="class in org.apache.ignite.spi.discovery">DiscoveryDataBag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#addIncomeConnectionListener(org.apache.ignite.lang.IgniteInClosure)">addIncomeConnectionListener(IgniteInClosure&lt;Socket&gt;)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.<a href="./org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpi</a></dt>
<dd>
<div class="block"><strong>FOR TEST ONLY!!!</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/DiscoveryDataBag.html#addJoiningNodeData(java.lang.Integer,%20java.io.Serializable)">addJoiningNodeData(Integer, Serializable)</a></span> - Method in class org.apache.ignite.spi.discovery.<a href="./org/apache/ignite/spi/discovery/DiscoveryDataBag.html" title="class in org.apache.ignite.spi.discovery">DiscoveryDataBag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignition.html#addListener(org.apache.ignite.IgnitionListener)">addListener(IgnitionListener)</a></span> - Static method in class org.apache.ignite.<a href="./org/apache/ignite/Ignition.html" title="class in org.apache.ignite">Ignition</a></dt>
<dd>
<div class="block">Adds a lsnr for grid life cycle events.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/IgniteSpiContext.html#addLocalEventListener(org.apache.ignite.internal.managers.eventstorage.GridLocalEventListener,%20int...)">addLocalEventListener(GridLocalEventListener, int...)</a></span> - Method in interface org.apache.ignite.spi.<a href="./org/apache/ignite/spi/IgniteSpiContext.html" title="interface in org.apache.ignite.spi">IgniteSpiContext</a></dt>
<dd>
<div class="block">Adds an event listener for local events.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/IgniteSpiContext.html#addLocalMessageListener(java.lang.Object,%20org.apache.ignite.lang.IgniteBiPredicate)">addLocalMessageListener(Object, IgniteBiPredicate&lt;UUID, ?&gt;)</a></span> - Method in interface org.apache.ignite.spi.<a href="./org/apache/ignite/spi/IgniteSpiContext.html" title="interface in org.apache.ignite.spi">IgniteSpiContext</a></dt>
<dd>
<div class="block">Register an local message listener to receive messages sent by remote nodes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/StreamAdapter.html#addMessage(T)">addMessage(T)</a></span> - Method in class org.apache.ignite.stream.<a href="./org/apache/ignite/stream/StreamAdapter.html" title="class in org.apache.ignite.stream">StreamAdapter</a></dt>
<dd>
<div class="block">Converts given message to 1 or many tuples (depending on the type of extractor) and adds it/them to the
underlying streamer.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/IgniteSpiContext.html#addMessageListener(org.apache.ignite.internal.managers.communication.GridMessageListener,%20java.lang.String)">addMessageListener(GridMessageListener, String)</a></span> - Method in interface org.apache.ignite.spi.<a href="./org/apache/ignite/spi/IgniteSpiContext.html" title="interface in org.apache.ignite.spi">IgniteSpiContext</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/ignite/spi/IgniteSpiContext.html#addLocalMessageListener(java.lang.Object,%20org.apache.ignite.lang.IgniteBiPredicate)"><code>IgniteSpiContext.addLocalMessageListener(Object, IgniteBiPredicate)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/eviction/EvictableEntry.html#addMeta(T)">addMeta(T)</a></span> - Method in interface org.apache.ignite.cache.eviction.<a href="./org/apache/ignite/cache/eviction/EvictableEntry.html" title="interface in org.apache.ignite.cache.eviction">EvictableEntry</a></dt>
<dd>
<div class="block">Adds a new metadata.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/DiscoveryDataBag.html#addNodeSpecificData(java.lang.Integer,%20java.io.Serializable)">addNodeSpecificData(Integer, Serializable)</a></span> - Method in class org.apache.ignite.spi.discovery.<a href="./org/apache/ignite/spi/discovery/DiscoveryDataBag.html" title="class in org.apache.ignite.spi.discovery">DiscoveryDataBag</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/springdata/repository/query/IgniteQueryGenerator.html#addPaging(java.lang.StringBuilder,%20org.springframework.data.domain.Pageable)">addPaging(StringBuilder, Pageable)</a></span> - Static method in class org.apache.ignite.springdata.repository.query.<a href="./org/apache/ignite/springdata/repository/query/IgniteQueryGenerator.html" title="class in org.apache.ignite.springdata.repository.query">IgniteQueryGenerator</a></dt>
<dd>
<div class="block">Add a dynamic part of a query for the pagination support.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/QueryEntity.html#addQueryField(java.lang.String,%20java.lang.String,%20java.lang.String)">addQueryField(String, String, String)</a></span> - Method in class org.apache.ignite.cache.<a href="./org/apache/ignite/cache/QueryEntity.html" title="class in org.apache.ignite.cache">QueryEntity</a></dt>
<dd>
<div class="block">Utility method for building query entities programmatically.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/security/AuthenticationContext.html#address()">address()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="./org/apache/ignite/plugin/security/AuthenticationContext.html" title="class in org.apache.ignite.plugin.security">AuthenticationContext</a></dt>
<dd>
<div class="block">Gets subject network address.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/security/AuthenticationContext.html#address(java.net.InetSocketAddress)">address(InetSocketAddress)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="./org/apache/ignite/plugin/security/AuthenticationContext.html" title="class in org.apache.ignite.plugin.security">AuthenticationContext</a></dt>
<dd>
<div class="block">Sets subject network address.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/security/SecuritySubject.html#address()">address()</a></span> - Method in interface org.apache.ignite.plugin.security.<a href="./org/apache/ignite/plugin/security/SecuritySubject.html" title="interface in org.apache.ignite.plugin.security">SecuritySubject</a></dt>
<dd>
<div class="block">Gets subject connection address.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cluster/ClusterNode.html#addresses()">addresses()</a></span> - Method in interface org.apache.ignite.cluster.<a href="./org/apache/ignite/cluster/ClusterNode.html" title="interface in org.apache.ignite.cluster">ClusterNode</a></dt>
<dd>
<div class="block">Gets collection of addresses this node is known by.</div>
</dd>
<dt><a href="./org/apache/ignite/configuration/AddressResolver.html" title="interface in org.apache.ignite.configuration"><span class="strong">AddressResolver</span></a> - Interface in <a href="./org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Provides resolution between external and internal addresses.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/visor/plugin/VisorPluginNodesPanel.html#addSelectionListener(org.apache.ignite.visor.plugin.VisorSelectionListener)">addSelectionListener(VisorSelectionListener&lt;UUID&gt;)</a></span> - Method in interface org.apache.ignite.visor.plugin.<a href="./org/apache/ignite/visor/plugin/VisorPluginNodesPanel.html" title="interface in org.apache.ignite.visor.plugin">VisorPluginNodesPanel</a></dt>
<dd>
<div class="block">Add selection listener.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#addSendMessageListener(org.apache.ignite.lang.IgniteInClosure)">addSendMessageListener(IgniteInClosure&lt;TcpDiscoveryAbstractMessage&gt;)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.<a href="./org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpi</a></dt>
<dd>
<div class="block"><strong>FOR TEST ONLY!!!</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/springdata/repository/query/IgniteQueryGenerator.html#addSorting(java.lang.StringBuilder,%20org.springframework.data.domain.Sort)">addSorting(StringBuilder, Sort)</a></span> - Static method in class org.apache.ignite.springdata.repository.query.<a href="./org/apache/ignite/springdata/repository/query/IgniteQueryGenerator.html" title="class in org.apache.ignite.springdata.repository.query">IgniteQueryGenerator</a></dt>
<dd>
<div class="block">Add a dynamic part of query for the sorting support.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/IgniteSpiAdapter.html#addTimeoutObject(org.apache.ignite.spi.IgniteSpiTimeoutObject)">addTimeoutObject(IgniteSpiTimeoutObject)</a></span> - Method in class org.apache.ignite.spi.<a href="./org/apache/ignite/spi/IgniteSpiAdapter.html" title="class in org.apache.ignite.spi">IgniteSpiAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/IgniteSpiContext.html#addTimeoutObject(org.apache.ignite.spi.IgniteSpiTimeoutObject)">addTimeoutObject(IgniteSpiTimeoutObject)</a></span> - Method in interface org.apache.ignite.spi.<a href="./org/apache/ignite/spi/IgniteSpiContext.html" title="interface in org.apache.ignite.spi">IgniteSpiContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/visor/plugin/VisorPluginModel.html#addTopologyListener(org.apache.ignite.visor.plugin.VisorTopologyListener)">addTopologyListener(VisorTopologyListener)</a></span> - Method in interface org.apache.ignite.visor.plugin.<a href="./org/apache/ignite/visor/plugin/VisorPluginModel.html" title="interface in org.apache.ignite.visor.plugin">VisorPluginModel</a></dt>
<dd>
<div class="block">Install topology listener.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/affinity/Affinity.html" title="interface in org.apache.ignite.cache.affinity"><span class="strong">Affinity</span></a>&lt;<a href="./org/apache/ignite/cache/affinity/Affinity.html" title="type parameter in Affinity">K</a>&gt; - Interface in <a href="./org/apache/ignite/cache/affinity/package-summary.html">org.apache.ignite.cache.affinity</a></dt>
<dd>
<div class="block">Provides affinity information to detect which node is primary and which nodes are
backups for a partitioned cache.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#affinity()">affinity()</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateCacheProxy.html" title="class in org.apache.ignite.cache.hibernate">HibernateCacheProxy</a></dt>
<dd>
<div class="block">Gets affinity service to provide information about data partitioning
and distribution.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/hadoop/fs/IgniteHadoopIgfsSecondaryFileSystem.html#affinity(org.apache.ignite.igfs.IgfsPath,%20long,%20long,%20long)">affinity(IgfsPath, long, long, long)</a></span> - Method in class org.apache.ignite.hadoop.fs.<a href="./org/apache/ignite/hadoop/fs/IgniteHadoopIgfsSecondaryFileSystem.html" title="class in org.apache.ignite.hadoop.fs">IgniteHadoopIgfsSecondaryFileSystem</a></dt>
<dd>
<div class="block">Get affinity block locations for data blocks of the file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/secondary/IgfsSecondaryFileSystem.html#affinity(org.apache.ignite.igfs.IgfsPath,%20long,%20long,%20long)">affinity(IgfsPath, long, long, long)</a></span> - Method in interface org.apache.ignite.igfs.secondary.<a href="./org/apache/ignite/igfs/secondary/IgfsSecondaryFileSystem.html" title="interface in org.apache.ignite.igfs.secondary">IgfsSecondaryFileSystem</a></dt>
<dd>
<div class="block">Get affinity block locations for data blocks of the file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/secondary/local/LocalIgfsSecondaryFileSystem.html#affinity(org.apache.ignite.igfs.IgfsPath,%20long,%20long,%20long)">affinity(IgfsPath, long, long, long)</a></span> - Method in class org.apache.ignite.igfs.secondary.local.<a href="./org/apache/ignite/igfs/secondary/local/LocalIgfsSecondaryFileSystem.html" title="class in org.apache.ignite.igfs.secondary.local">LocalIgfsSecondaryFileSystem</a></dt>
<dd>
<div class="block">Get affinity block locations for data blocks of the file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#affinity(java.lang.String)">affinity(String)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Gets affinity service to provide information about data partitioning and distribution.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteFileSystem.html#affinity(org.apache.ignite.igfs.IgfsPath,%20long,%20long)">affinity(IgfsPath, long, long)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteFileSystem.html" title="interface in org.apache.ignite">IgniteFileSystem</a></dt>
<dd>
<div class="block">Gets affinity block locations for data blocks of the file, i.e. the nodes, on which the blocks
are stored.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteFileSystem.html#affinity(org.apache.ignite.igfs.IgfsPath,%20long,%20long,%20long)">affinity(IgfsPath, long, long, long)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteFileSystem.html" title="interface in org.apache.ignite">IgniteFileSystem</a></dt>
<dd>
<div class="block">Get affinity block locations for data blocks of the file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#affinity(java.lang.String)">affinity(String)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Gets affinity service to provide information about data partitioning and distribution.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#AFFINITY_CALL_ATTEMPT">AFFINITY_CALL_ATTEMPT</a></span> - Static variable in class org.apache.ignite.spi.failover.always.<a href="./org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html" title="class in org.apache.ignite.spi.failover.always">AlwaysFailoverSpi</a></dt>
<dd>
<div class="block">Name of job context attribute containing number of affinity call attempts.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/failover/FailoverContext.html#affinityCacheName()">affinityCacheName()</a></span> - Method in interface org.apache.ignite.spi.failover.<a href="./org/apache/ignite/spi/failover/FailoverContext.html" title="interface in org.apache.ignite.spi.failover">FailoverContext</a></dt>
<dd>
<div class="block">Returns affinity cache name <a href="./org/apache/ignite/IgniteCompute.html#affinityRun(java.lang.String,%20java.lang.Object,%20org.apache.ignite.lang.IgniteRunnable)"><code>IgniteCompute.affinityRun(String, Object, IgniteRunnable)</code></a>
and <a href="./org/apache/ignite/IgniteCompute.html#affinityCall(java.lang.String,%20java.lang.Object,%20org.apache.ignite.lang.IgniteCallable)"><code>IgniteCompute.affinityCall(String, Object, IgniteCallable)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityCall(java.lang.String,%20java.lang.Object,%20org.apache.ignite.lang.IgniteCallable)">affinityCall(String, Object, IgniteCallable&lt;R&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job on the node where data for provided affinity key is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityCall(java.util.Collection,%20java.lang.Object,%20org.apache.ignite.lang.IgniteCallable)">affinityCall(Collection&lt;String&gt;, Object, IgniteCallable&lt;R&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job on the node where data for provided affinity key is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityCall(java.util.Collection,%20int,%20org.apache.ignite.lang.IgniteCallable)">affinityCall(Collection&lt;String&gt;, int, IgniteCallable&lt;R&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job on the node where partition is located (the partition is primary on the node)
It's guaranteed that the data of all the partitions of all participating caches,
the affinity key belongs to, will present on the destination node throughout the job execution.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteQueue.html#affinityCall(org.apache.ignite.lang.IgniteCallable)">affinityCall(IgniteCallable&lt;R&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteQueue.html" title="interface in org.apache.ignite">IgniteQueue</a></dt>
<dd>
<div class="block">Executes given job on collocated queue on the node where the queue is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSet.html#affinityCall(org.apache.ignite.lang.IgniteCallable)">affinityCall(IgniteCallable&lt;R&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteSet.html" title="interface in org.apache.ignite">IgniteSet</a></dt>
<dd>
<div class="block">Executes given job on collocated set on the node where the set is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityCallAsync(java.lang.String,%20java.lang.Object,%20org.apache.ignite.lang.IgniteCallable)">affinityCallAsync(String, Object, IgniteCallable&lt;R&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job asynchronously on the node where data for provided affinity key is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityCallAsync(java.util.Collection,%20java.lang.Object,%20org.apache.ignite.lang.IgniteCallable)">affinityCallAsync(Collection&lt;String&gt;, Object, IgniteCallable&lt;R&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job asynchronously on the node where data for provided affinity key is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityCallAsync(java.util.Collection,%20int,%20org.apache.ignite.lang.IgniteCallable)">affinityCallAsync(Collection&lt;String&gt;, int, IgniteCallable&lt;R&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job asynchronously on the node where partition is located (the partition is primary on the node)
The data of the partition will not be migrated from the target node
while the job is executed.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/affinity/AffinityCentralizedFunction.html" title="annotation in org.apache.ignite.cache.affinity"><span class="strong">AffinityCentralizedFunction</span></a> - Annotation Type in <a href="./org/apache/ignite/cache/affinity/package-summary.html">org.apache.ignite.cache.affinity</a></dt>
<dd>
<div class="block">Annotation marker which identifies affinity function that must be calculated on one centralized node
instead of independently on each node.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/affinity/AffinityFunction.html" title="interface in org.apache.ignite.cache.affinity"><span class="strong">AffinityFunction</span></a> - Interface in <a href="./org/apache/ignite/cache/affinity/package-summary.html">org.apache.ignite.cache.affinity</a></dt>
<dd>
<div class="block">Cache key affinity which maps keys to nodes.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/affinity/AffinityFunctionContext.html" title="interface in org.apache.ignite.cache.affinity"><span class="strong">AffinityFunctionContext</span></a> - Interface in <a href="./org/apache/ignite/cache/affinity/package-summary.html">org.apache.ignite.cache.affinity</a></dt>
<dd>
<div class="block">Affinity function context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/Affinity.html#affinityKey(K)">affinityKey(K)</a></span> - Method in interface org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/Affinity.html" title="interface in org.apache.ignite.cache.affinity">Affinity</a></dt>
<dd>
<div class="block">Maps passed in key to a key which will be used for node affinity.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/affinity/AffinityKey.html" title="class in org.apache.ignite.cache.affinity"><span class="strong">AffinityKey</span></a>&lt;<a href="./org/apache/ignite/cache/affinity/AffinityKey.html" title="type parameter in AffinityKey">K</a>&gt; - Class in <a href="./org/apache/ignite/cache/affinity/package-summary.html">org.apache.ignite.cache.affinity</a></dt>
<dd>
<div class="block">Optional wrapper for cache keys to provide support
for custom affinity mapping.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/AffinityKey.html#AffinityKey()">AffinityKey()</a></span> - Constructor for class org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/AffinityKey.html" title="class in org.apache.ignite.cache.affinity">AffinityKey</a></dt>
<dd>
<div class="block">Empty constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/AffinityKey.html#AffinityKey(K)">AffinityKey(K)</a></span> - Constructor for class org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/AffinityKey.html" title="class in org.apache.ignite.cache.affinity">AffinityKey</a></dt>
<dd>
<div class="block">Initializes key wrapper for a given key.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/AffinityKey.html#AffinityKey(K,%20java.lang.Object)">AffinityKey(K, Object)</a></span> - Constructor for class org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/AffinityKey.html" title="class in org.apache.ignite.cache.affinity">AffinityKey</a></dt>
<dd>
<div class="block">Initializes key together with its affinity key counter-part.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/AffinityKey.html#affinityKey()">affinityKey()</a></span> - Method in class org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/AffinityKey.html" title="class in org.apache.ignite.cache.affinity">AffinityKey</a></dt>
<dd>
<div class="block">Gets affinity key to use for affinity mapping.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/AffinityKey.html#affinityKey(java.lang.Object)">affinityKey(Object)</a></span> - Method in class org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/AffinityKey.html" title="class in org.apache.ignite.cache.affinity">AffinityKey</a></dt>
<dd>
<div class="block">Sets affinity key to use for affinity mapping.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/AffinityKeyMapper.html#affinityKey(java.lang.Object)">affinityKey(Object)</a></span> - Method in interface org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/AffinityKeyMapper.html" title="interface in org.apache.ignite.cache.affinity">AffinityKeyMapper</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Maps passed in key to an alternate key which will be used for node affinity.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/IgfsGroupDataBlocksKeyMapper.html#affinityKey(java.lang.Object)">affinityKey(Object)</a></span> - Method in class org.apache.ignite.igfs.<a href="./org/apache/ignite/igfs/IgfsGroupDataBlocksKeyMapper.html" title="class in org.apache.ignite.igfs">IgfsGroupDataBlocksKeyMapper</a></dt>
<dd>
<div class="block">If key class has annotation <a href="./org/apache/ignite/cache/affinity/AffinityKeyMapped.html" title="annotation in org.apache.ignite.cache.affinity"><code>AffinityKeyMapped</code></a>,
then the value of annotated method or field will be used to get affinity value instead
of the key itself.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/services/ServiceContext.html#affinityKey()">affinityKey()</a></span> - Method in interface org.apache.ignite.services.<a href="./org/apache/ignite/services/ServiceContext.html" title="interface in org.apache.ignite.services">ServiceContext</a></dt>
<dd>
<div class="block">Gets affinity key used for key-to-node affinity calculation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/services/ServiceDescriptor.html#affinityKey()">affinityKey()</a></span> - Method in interface org.apache.ignite.services.<a href="./org/apache/ignite/services/ServiceDescriptor.html" title="interface in org.apache.ignite.services">ServiceDescriptor</a></dt>
<dd>
<div class="block">Gets affinity key used for key-to-node affinity calculation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryType.html#affinityKeyFieldName()">affinityKeyFieldName()</a></span> - Method in interface org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryType.html" title="interface in org.apache.ignite.binary">BinaryType</a></dt>
<dd>
<div class="block">Binary objects can optionally specify custom key-affinity mapping in the
configuration.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/affinity/AffinityKeyMapped.html" title="annotation in org.apache.ignite.cache.affinity"><span class="strong">AffinityKeyMapped</span></a> - Annotation Type in <a href="./org/apache/ignite/cache/affinity/package-summary.html">org.apache.ignite.cache.affinity</a></dt>
<dd>
<div class="block">Optional annotation to specify custom key-to-node affinity.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/affinity/AffinityKeyMapper.html" title="interface in org.apache.ignite.cache.affinity"><span class="strong">AffinityKeyMapper</span></a> - Interface in <a href="./org/apache/ignite/cache/affinity/package-summary.html">org.apache.ignite.cache.affinity</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/ignite/cache/affinity/AffinityKeyMapped.html" title="annotation in org.apache.ignite.cache.affinity"><code>AffinityKeyMapped</code></a> or <a href="./org/apache/ignite/cache/CacheKeyConfiguration.html#setAffinityKeyFieldName(java.lang.String)"><code>CacheKeyConfiguration.setAffinityKeyFieldName(String)</code></a> instead.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityRun(java.lang.String,%20java.lang.Object,%20org.apache.ignite.lang.IgniteRunnable)">affinityRun(String, Object, IgniteRunnable)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job on the node where data for provided affinity key is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityRun(java.util.Collection,%20java.lang.Object,%20org.apache.ignite.lang.IgniteRunnable)">affinityRun(Collection&lt;String&gt;, Object, IgniteRunnable)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job on the node where data for provided affinity key is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityRun(java.util.Collection,%20int,%20org.apache.ignite.lang.IgniteRunnable)">affinityRun(Collection&lt;String&gt;, int, IgniteRunnable)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job on the node where partition is located (the partition is primary on the node)
It's guaranteed that the data of all the partitions of all participating caches,
the affinity key belongs to, will present on the destination node throughout the job execution.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteQueue.html#affinityRun(org.apache.ignite.lang.IgniteRunnable)">affinityRun(IgniteRunnable)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteQueue.html" title="interface in org.apache.ignite">IgniteQueue</a></dt>
<dd>
<div class="block">Executes given job on collocated queue on the node where the queue is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSet.html#affinityRun(org.apache.ignite.lang.IgniteRunnable)">affinityRun(IgniteRunnable)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteSet.html" title="interface in org.apache.ignite">IgniteSet</a></dt>
<dd>
<div class="block">Executes given job on collocated set on the node where the set is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityRunAsync(java.lang.String,%20java.lang.Object,%20org.apache.ignite.lang.IgniteRunnable)">affinityRunAsync(String, Object, IgniteRunnable)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job asynchronously on the node where data for provided affinity key is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityRunAsync(java.util.Collection,%20java.lang.Object,%20org.apache.ignite.lang.IgniteRunnable)">affinityRunAsync(Collection&lt;String&gt;, Object, IgniteRunnable)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job asynchronously on the node where data for provided affinity key is located
(a.k.a. affinity co-location).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#affinityRunAsync(java.util.Collection,%20int,%20org.apache.ignite.lang.IgniteRunnable)">affinityRunAsync(Collection&lt;String&gt;, int, IgniteRunnable)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes given job asynchronously on the node where partition is located (the partition is primary on the node)
The data of the partition will not be migrated from the target node
while the job is executed.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/affinity/AffinityUuid.html" title="class in org.apache.ignite.cache.affinity"><span class="strong">AffinityUuid</span></a> - Class in <a href="./org/apache/ignite/cache/affinity/package-summary.html">org.apache.ignite.cache.affinity</a></dt>
<dd>
<div class="block">Guaranteed unique affinity-based key.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/AffinityUuid.html#AffinityUuid()">AffinityUuid()</a></span> - Constructor for class org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/AffinityUuid.html" title="class in org.apache.ignite.cache.affinity">AffinityUuid</a></dt>
<dd>
<div class="block">Empty constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/AffinityUuid.html#AffinityUuid(java.lang.Object)">AffinityUuid(Object)</a></span> - Constructor for class org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/AffinityUuid.html" title="class in org.apache.ignite.cache.affinity">AffinityUuid</a></dt>
<dd>
<div class="block">Constructs unique affinity UUID based on affinity key.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/services/ServiceConfiguration.html#affKey">affKey</a></span> - Variable in class org.apache.ignite.services.<a href="./org/apache/ignite/services/ServiceConfiguration.html" title="class in org.apache.ignite.services">ServiceConfiguration</a></dt>
<dd>
<div class="block">Affinity key.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/extensions/communication/MessageReader.html#afterInnerMessageRead(boolean)">afterInnerMessageRead(boolean)</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="./org/apache/ignite/plugin/extensions/communication/MessageReader.html" title="interface in org.apache.ignite.plugin.extensions.communication">MessageReader</a></dt>
<dd>
<div class="block">Callback called after inner message is read.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/extensions/communication/MessageWriter.html#afterInnerMessageWrite(boolean)">afterInnerMessageWrite(boolean)</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="./org/apache/ignite/plugin/extensions/communication/MessageWriter.html" title="interface in org.apache.ignite.plugin.extensions.communication">MessageWriter</a></dt>
<dd>
<div class="block">Callback called after inner message is written.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#afterInsert(java.lang.Object,%20java.lang.Object)">afterInsert(Object, Object)</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyAdapter</a></dt>
<dd>
<div class="block">Called after Hibernate inserted object in the database and transaction successfully completed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html#afterInsert(java.lang.Object,%20java.lang.Object)">afterInsert(Object, Object)</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate">HibernateNonStrictAccessStrategy</a></dt>
<dd>
<div class="block">Called after Hibernate inserted object in the database and transaction successfully completed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html#afterInsert(java.lang.Object,%20java.lang.Object)">afterInsert(Object, Object)</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate">HibernateReadOnlyAccessStrategy</a></dt>
<dd>
<div class="block">Called after Hibernate inserted object in the database and transaction successfully completed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#afterInsert(java.lang.Object,%20java.lang.Object)">afterInsert(Object, Object)</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate">HibernateReadWriteAccessStrategy</a></dt>
<dd>
<div class="block">Called after Hibernate inserted object in the database and transaction successfully completed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html#afterInsert(java.lang.Object,%20java.lang.Object)">afterInsert(Object, Object)</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate">HibernateTransactionalAccessStrategy</a></dt>
<dd>
<div class="block">Called after Hibernate inserted object in the database and transaction successfully completed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/extensions/communication/MessageReader.html#afterMessageRead(java.lang.Class)">afterMessageRead(Class&lt;? extends Message&gt;)</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="./org/apache/ignite/plugin/extensions/communication/MessageReader.html" title="interface in org.apache.ignite.plugin.extensions.communication">MessageReader</a></dt>
<dd>
<div class="block">Callback that must be invoked by a message implementation after message body finished decoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/spring/SpringCacheManager.html#afterPropertiesSet()">afterPropertiesSet()</a></span> - Method in class org.apache.ignite.cache.spring.<a href="./org/apache/ignite/cache/spring/SpringCacheManager.html" title="class in org.apache.ignite.cache.spring">SpringCacheManager</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#afterPropertiesSet()">afterPropertiesSet()</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/transactions/spring/SpringTransactionManager.html#afterPropertiesSet()">afterPropertiesSet()</a></span> - Method in class org.apache.ignite.transactions.spring.<a href="./org/apache/ignite/transactions/spring/SpringTransactionManager.html" title="class in org.apache.ignite.transactions.spring">SpringTransactionManager</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#afterUpdate(java.lang.Object,%20java.lang.Object)">afterUpdate(Object, Object)</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyAdapter</a></dt>
<dd>
<div class="block">Called after Hibernate updated object in the database and transaction successfully completed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html#afterUpdate(java.lang.Object,%20java.lang.Object)">afterUpdate(Object, Object)</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateNonStrictAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate">HibernateNonStrictAccessStrategy</a></dt>
<dd>
<div class="block">Called after Hibernate updated object in the database and transaction successfully completed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html#afterUpdate(java.lang.Object,%20java.lang.Object)">afterUpdate(Object, Object)</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateReadOnlyAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate">HibernateReadOnlyAccessStrategy</a></dt>
<dd>
<div class="block">Called after Hibernate updated object in the database and transaction successfully completed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html#afterUpdate(java.lang.Object,%20java.lang.Object)">afterUpdate(Object, Object)</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateReadWriteAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate">HibernateReadWriteAccessStrategy</a></dt>
<dd>
<div class="block">Called after Hibernate updated object in the database and transaction successfully completed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html#afterUpdate(java.lang.Object,%20java.lang.Object)">afterUpdate(Object, Object)</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateTransactionalAccessStrategy.html" title="class in org.apache.ignite.cache.hibernate">HibernateTransactionalAccessStrategy</a></dt>
<dd>
<div class="block">Called after Hibernate updated object in the database and transaction successfully completed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/events/DeploymentEvent.html#alias()">alias()</a></span> - Method in class org.apache.ignite.events.<a href="./org/apache/ignite/events/DeploymentEvent.html" title="class in org.apache.ignite.events">DeploymentEvent</a></dt>
<dd>
<div class="block">Gets deployment alias for this event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/events/DeploymentEvent.html#alias(java.lang.String)">alias(String)</a></span> - Method in class org.apache.ignite.events.<a href="./org/apache/ignite/events/DeploymentEvent.html" title="class in org.apache.ignite.events">DeploymentEvent</a></dt>
<dd>
<div class="block">Sets deployment alias for this event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/configuration/CacheConfiguration.html#ALL_NODES">ALL_NODES</a></span> - Static variable in class org.apache.ignite.configuration.<a href="./org/apache/ignite/configuration/CacheConfiguration.html" title="class in org.apache.ignite.configuration">CacheConfiguration</a></dt>
<dd>
<div class="block">Filter that accepts all nodes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignition.html#allGrids()">allGrids()</a></span> - Static method in class org.apache.ignite.<a href="./org/apache/ignite/Ignition.html" title="class in org.apache.ignite">Ignition</a></dt>
<dd>
<div class="block">Gets a list of all grids started so far.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteDataStreamer.html#allowOverwrite()">allowOverwrite()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite">IgniteDataStreamer</a></dt>
<dd>
<div class="block">Gets flag enabling overwriting existing values in cache.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteDataStreamer.html#allowOverwrite(boolean)">allowOverwrite(boolean)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite">IgniteDataStreamer</a></dt>
<dd>
<div class="block">Sets flag enabling overwriting existing values in cache.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/Affinity.html#allPartitions(org.apache.ignite.cluster.ClusterNode)">allPartitions(ClusterNode)</a></span> - Method in interface org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/Affinity.html" title="interface in org.apache.ignite.cache.affinity">Affinity</a></dt>
<dd>
<div class="block">Gets partition ids for which given cluster node has any ownership
(either primary or backup).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html#alreadyProcessed(int)">alreadyProcessed(int)</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.session.<a href="./org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html" title="interface in org.apache.ignite.cache.store.cassandra.session">BatchExecutionAssistant</a></dt>
<dd>
<div class="block">Checks if row/object with specified sequential number is already processed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/session/GenericBatchExecutionAssistant.html#alreadyProcessed(int)">alreadyProcessed(int)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.<a href="./org/apache/ignite/cache/store/cassandra/session/GenericBatchExecutionAssistant.html" title="class in org.apache.ignite.cache.store.cassandra.session">GenericBatchExecutionAssistant</a></dt>
<dd>
<div class="block">Checks if row/object with specified sequential number is already processed.</div>
</dd>
<dt><a href="./org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html" title="class in org.apache.ignite.spi.failover.always"><span class="strong">AlwaysFailoverSpi</span></a> - Class in <a href="./org/apache/ignite/spi/failover/always/package-summary.html">org.apache.ignite.spi.failover.always</a></dt>
<dd>
<div class="block">Failover SPI that always reroutes a failed job to another node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html#AlwaysFailoverSpi()">AlwaysFailoverSpi()</a></span> - Constructor for class org.apache.ignite.spi.failover.always.<a href="./org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html" title="class in org.apache.ignite.spi.failover.always">AlwaysFailoverSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/spi/failover/always/AlwaysFailoverSpiMBean.html" title="interface in org.apache.ignite.spi.failover.always"><span class="strong">AlwaysFailoverSpiMBean</span></a> - Interface in <a href="./org/apache/ignite/spi/failover/always/package-summary.html">org.apache.ignite.spi.failover.always</a></dt>
<dd>
<div class="block">Management bean for <a href="./org/apache/ignite/spi/failover/always/AlwaysFailoverSpi.html" title="class in org.apache.ignite.spi.failover.always"><code>AlwaysFailoverSpi</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/logger/java/JavaLoggerFormatter.html#ANONYMOUS_LOGGER_NAME">ANONYMOUS_LOGGER_NAME</a></span> - Static variable in class org.apache.ignite.logger.java.<a href="./org/apache/ignite/logger/java/JavaLoggerFormatter.html" title="class in org.apache.ignite.logger.java">JavaLoggerFormatter</a></dt>
<dd>
<div class="block">Name for anonymous loggers.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/hadoop/fs/IgniteHadoopIgfsSecondaryFileSystem.html#append(org.apache.ignite.igfs.IgfsPath,%20int,%20boolean,%20java.util.Map)">append(IgfsPath, int, boolean, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.ignite.hadoop.fs.<a href="./org/apache/ignite/hadoop/fs/IgniteHadoopIgfsSecondaryFileSystem.html" title="class in org.apache.ignite.hadoop.fs">IgniteHadoopIgfsSecondaryFileSystem</a></dt>
<dd>
<div class="block">Opens an output stream to an existing file for appending data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/hadoop/fs/v1/IgniteHadoopFileSystem.html#append(org.apache.hadoop.fs.Path,%20int,%20org.apache.hadoop.util.Progressable)">append(Path, int, Progressable)</a></span> - Method in class org.apache.ignite.hadoop.fs.v1.<a href="./org/apache/ignite/hadoop/fs/v1/IgniteHadoopFileSystem.html" title="class in org.apache.ignite.hadoop.fs.v1">IgniteHadoopFileSystem</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/secondary/IgfsSecondaryFileSystem.html#append(org.apache.ignite.igfs.IgfsPath,%20int,%20boolean,%20java.util.Map)">append(IgfsPath, int, boolean, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.ignite.igfs.secondary.<a href="./org/apache/ignite/igfs/secondary/IgfsSecondaryFileSystem.html" title="interface in org.apache.ignite.igfs.secondary">IgfsSecondaryFileSystem</a></dt>
<dd>
<div class="block">Opens an output stream to an existing file for appending data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/secondary/local/LocalIgfsSecondaryFileSystem.html#append(org.apache.ignite.igfs.IgfsPath,%20int,%20boolean,%20java.util.Map)">append(IgfsPath, int, boolean, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.ignite.igfs.secondary.local.<a href="./org/apache/ignite/igfs/secondary/local/LocalIgfsSecondaryFileSystem.html" title="class in org.apache.ignite.igfs.secondary.local">LocalIgfsSecondaryFileSystem</a></dt>
<dd>
<div class="block">Opens an output stream to an existing file for appending data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteFileSystem.html#append(org.apache.ignite.igfs.IgfsPath,%20boolean)">append(IgfsPath, boolean)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteFileSystem.html" title="interface in org.apache.ignite">IgniteFileSystem</a></dt>
<dd>
<div class="block">Opens an output stream to an existing file for appending data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteFileSystem.html#append(org.apache.ignite.igfs.IgfsPath,%20int,%20boolean,%20java.util.Map)">append(IgfsPath, int, boolean, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteFileSystem.html" title="interface in org.apache.ignite">IgniteFileSystem</a></dt>
<dd>
<div class="block">Opens an output stream to an existing file for appending data.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#appendCachePermissions(java.lang.String,%20org.apache.ignite.plugin.security.SecurityPermission...)">appendCachePermissions(String, SecurityPermission...)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="./org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html" title="class in org.apache.ignite.plugin.security">SecurityPermissionSetBuilder</a></dt>
<dd>
<div class="block">Append permission set form <a href="./org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite"><code>cache</code></a> with <code>name</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#appendServicePermissions(java.lang.String,%20org.apache.ignite.plugin.security.SecurityPermission...)">appendServicePermissions(String, SecurityPermission...)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="./org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html" title="class in org.apache.ignite.plugin.security">SecurityPermissionSetBuilder</a></dt>
<dd>
<div class="block">Append permission set form <a href="./org/apache/ignite/IgniteServices.html" title="interface in org.apache.ignite"><code>service</code></a> with <code>name</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#appendSystemPermissions(org.apache.ignite.plugin.security.SecurityPermission...)">appendSystemPermissions(SecurityPermission...)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="./org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html" title="class in org.apache.ignite.plugin.security">SecurityPermissionSetBuilder</a></dt>
<dd>
<div class="block">Append system permission set.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#appendTaskPermissions(java.lang.String,%20org.apache.ignite.plugin.security.SecurityPermission...)">appendTaskPermissions(String, SecurityPermission...)</a></span> - Method in class org.apache.ignite.plugin.security.<a href="./org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html" title="class in org.apache.ignite.plugin.security">SecurityPermissionSetBuilder</a></dt>
<dd>
<div class="block">Append permission set form <a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite"><code>task</code></a> with <code>name</code>.</div>
</dd>
<dt><a href="./org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn"><span class="strong">ApplicationMaster</span></a> - Class in <a href="./org/apache/ignite/yarn/package-summary.html">org.apache.ignite.yarn</a></dt>
<dd>
<div class="block">Application master request containers from Yarn and decides how many resources will be occupied.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/yarn/ApplicationMaster.html#ApplicationMaster(java.lang.String,%20org.apache.ignite.yarn.ClusterProperties)">ApplicationMaster(String, ClusterProperties)</a></span> - Constructor for class org.apache.ignite.yarn.<a href="./org/apache/ignite/yarn/ApplicationMaster.html" title="class in org.apache.ignite.yarn">ApplicationMaster</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/configuration/CacheConfiguration.IgniteAllNodesPredicate.html#apply(org.apache.ignite.cluster.ClusterNode)">apply(ClusterNode)</a></span> - Method in class org.apache.ignite.configuration.<a href="./org/apache/ignite/configuration/CacheConfiguration.IgniteAllNodesPredicate.html" title="class in org.apache.ignite.configuration">CacheConfiguration.IgniteAllNodesPredicate</a></dt>
<dd>
<div class="block">Predicate body.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#apply(org.apache.ignite.lang.IgniteClosure,%20T)">apply(IgniteClosure&lt;T, R&gt;, T)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes provided closure job on a node within the underlying cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#apply(org.apache.ignite.lang.IgniteClosure,%20java.util.Collection)">apply(IgniteClosure&lt;T, R&gt;, Collection&lt;? extends T&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes provided closure job on nodes within the underlying cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#apply(org.apache.ignite.lang.IgniteClosure,%20java.util.Collection,%20org.apache.ignite.lang.IgniteReducer)">apply(IgniteClosure&lt;T, R1&gt;, Collection&lt;? extends T&gt;, IgniteReducer&lt;R1, R2&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes provided closure job on nodes within the underlying cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/lang/IgniteBiClosure.html#apply(E1,%20E2)">apply(E1, E2)</a></span> - Method in interface org.apache.ignite.lang.<a href="./org/apache/ignite/lang/IgniteBiClosure.html" title="interface in org.apache.ignite.lang">IgniteBiClosure</a></dt>
<dd>
<div class="block">Closure body.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/lang/IgniteBiInClosure.html#apply(E1,%20E2)">apply(E1, E2)</a></span> - Method in interface org.apache.ignite.lang.<a href="./org/apache/ignite/lang/IgniteBiInClosure.html" title="interface in org.apache.ignite.lang">IgniteBiInClosure</a></dt>
<dd>
<div class="block">Closure body.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/lang/IgniteBiPredicate.html#apply(E1,%20E2)">apply(E1, E2)</a></span> - Method in interface org.apache.ignite.lang.<a href="./org/apache/ignite/lang/IgniteBiPredicate.html" title="interface in org.apache.ignite.lang">IgniteBiPredicate</a></dt>
<dd>
<div class="block">Predicate body.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/lang/IgniteClosure.html#apply(E)">apply(E)</a></span> - Method in interface org.apache.ignite.lang.<a href="./org/apache/ignite/lang/IgniteClosure.html" title="interface in org.apache.ignite.lang">IgniteClosure</a></dt>
<dd>
<div class="block">Closure body.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/lang/IgniteInClosure.html#apply(E)">apply(E)</a></span> - Method in interface org.apache.ignite.lang.<a href="./org/apache/ignite/lang/IgniteInClosure.html" title="interface in org.apache.ignite.lang">IgniteInClosure</a></dt>
<dd>
<div class="block">Closure body.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/lang/IgniteOutClosure.html#apply()">apply()</a></span> - Method in interface org.apache.ignite.lang.<a href="./org/apache/ignite/lang/IgniteOutClosure.html" title="interface in org.apache.ignite.lang">IgniteOutClosure</a></dt>
<dd>
<div class="block">Closure body.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/lang/IgnitePredicate.html#apply(E)">apply(E)</a></span> - Method in interface org.apache.ignite.lang.<a href="./org/apache/ignite/lang/IgnitePredicate.html" title="interface in org.apache.ignite.lang">IgnitePredicate</a></dt>
<dd>
<div class="block">Predicate body.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/messaging/MessagingListenActor.html#apply(java.util.UUID,%20T)">apply(UUID, T)</a></span> - Method in class org.apache.ignite.messaging.<a href="./org/apache/ignite/messaging/MessagingListenActor.html" title="class in org.apache.ignite.messaging">MessagingListenActor</a></dt>
<dd>
<div class="block">Predicate body.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/startup/BasicWarmupClosure.html#apply(org.apache.ignite.configuration.IgniteConfiguration)">apply(IgniteConfiguration)</a></span> - Method in class org.apache.ignite.startup.<a href="./org/apache/ignite/startup/BasicWarmupClosure.html" title="class in org.apache.ignite.startup">BasicWarmupClosure</a></dt>
<dd>
<div class="block">Closure body.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/jms11/MessageTransformer.html#apply(T)">apply(T)</a></span> - Method in interface org.apache.ignite.stream.jms11.<a href="./org/apache/ignite/stream/jms11/MessageTransformer.html" title="interface in org.apache.ignite.stream.jms11">MessageTransformer</a></dt>
<dd>
<div class="block">Transformation function.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#applyAsync(org.apache.ignite.lang.IgniteClosure,%20T)">applyAsync(IgniteClosure&lt;T, R&gt;, T)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes provided closure job asynchronously on a node within the underlying cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#applyAsync(org.apache.ignite.lang.IgniteClosure,%20java.util.Collection)">applyAsync(IgniteClosure&lt;T, R&gt;, Collection&lt;? extends T&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes provided closure job asynchronously on nodes within the underlying cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#applyAsync(org.apache.ignite.lang.IgniteClosure,%20java.util.Collection,%20org.apache.ignite.lang.IgniteReducer)">applyAsync(IgniteClosure&lt;T, R1&gt;, Collection&lt;? extends T&gt;, IgniteReducer&lt;R1, R2&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Executes provided closure job asynchronously on nodes within the underlying cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/compute/ComputeJobAdapter.html#argument(int)">argument(int)</a></span> - Method in class org.apache.ignite.compute.<a href="./org/apache/ignite/compute/ComputeJobAdapter.html" title="class in org.apache.ignite.compute">ComputeJobAdapter</a></dt>
<dd>
<div class="block">Gets job argument.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/events/CacheQueryExecutedEvent.html#arguments()">arguments()</a></span> - Method in class org.apache.ignite.events.<a href="./org/apache/ignite/events/CacheQueryExecutedEvent.html" title="class in org.apache.ignite.events">CacheQueryExecutedEvent</a></dt>
<dd>
<div class="block">Gets query arguments.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/events/CacheQueryReadEvent.html#arguments()">arguments()</a></span> - Method in class org.apache.ignite.events.<a href="./org/apache/ignite/events/CacheQueryReadEvent.html" title="class in org.apache.ignite.events">CacheQueryReadEvent</a></dt>
<dd>
<div class="block">Gets query arguments.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/IgniteSpiAdapter.html#assertParameter(boolean,%20java.lang.String)">assertParameter(boolean, String)</a></span> - Method in class org.apache.ignite.spi.<a href="./org/apache/ignite/spi/IgniteSpiAdapter.html" title="class in org.apache.ignite.spi">IgniteSpiAdapter</a></dt>
<dd>
<div class="block">Throws exception with uniform error message if given parameter's assertion condition
is <code>false</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#assignPartition(int,%20java.util.List,%20int,%20java.util.Map)">assignPartition(int, List&lt;ClusterNode&gt;, int, Map&lt;UUID, Collection&lt;ClusterNode&gt;&gt;)</a></span> - Method in class org.apache.ignite.cache.affinity.rendezvous.<a href="./org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html" title="class in org.apache.ignite.cache.affinity.rendezvous">RendezvousAffinityFunction</a></dt>
<dd>
<div class="block">Returns collection of nodes (primary first) for specified partition.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/AffinityFunction.html#assignPartitions(org.apache.ignite.cache.affinity.AffinityFunctionContext)">assignPartitions(AffinityFunctionContext)</a></span> - Method in interface org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/AffinityFunction.html" title="interface in org.apache.ignite.cache.affinity">AffinityFunction</a></dt>
<dd>
<div class="block">Gets affinity nodes for a partition.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html#assignPartitions(org.apache.ignite.cache.affinity.AffinityFunctionContext)">assignPartitions(AffinityFunctionContext)</a></span> - Method in class org.apache.ignite.cache.affinity.rendezvous.<a href="./org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.html" title="class in org.apache.ignite.cache.affinity.rendezvous">RendezvousAffinityFunction</a></dt>
<dd>
<div class="block">Gets affinity nodes for a partition.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html#assignPartitions(org.apache.ignite.cache.affinity.AffinityFunctionContext)">assignPartitions(AffinityFunctionContext)</a></span> - Method in class org.apache.ignite.platform.dotnet.<a href="./org/apache/ignite/platform/dotnet/PlatformDotNetAffinityFunction.html" title="class in org.apache.ignite.platform.dotnet">PlatformDotNetAffinityFunction</a></dt>
<dd>
<div class="block">Gets affinity nodes for a partition.</div>
</dd>
<dt><a href="./org/apache/ignite/configuration/AtomicConfiguration.html" title="class in org.apache.ignite.configuration"><span class="strong">AtomicConfiguration</span></a> - Class in <a href="./org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Configuration for atomic data structures.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/configuration/AtomicConfiguration.html#AtomicConfiguration()">AtomicConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="./org/apache/ignite/configuration/AtomicConfiguration.html" title="class in org.apache.ignite.configuration">AtomicConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#atomicLong(java.lang.String,%20long,%20boolean)">atomicLong(String, long, boolean)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Will get a atomic long from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#atomicLong(java.lang.String,%20org.apache.ignite.configuration.AtomicConfiguration,%20long,%20boolean)">atomicLong(String, AtomicConfiguration, long, boolean)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Will get a atomic long from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#atomicLong(java.lang.String,%20long,%20boolean)">atomicLong(String, long, boolean)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Will get a atomic long from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#atomicLong(java.lang.String,%20org.apache.ignite.configuration.AtomicConfiguration,%20long,%20boolean)">atomicLong(String, AtomicConfiguration, long, boolean)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#atomicReference(java.lang.String,%20T,%20boolean)">atomicReference(String, T, boolean)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Will get a atomic reference from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#atomicReference(java.lang.String,%20org.apache.ignite.configuration.AtomicConfiguration,%20T,%20boolean)">atomicReference(String, AtomicConfiguration, T, boolean)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Will get a atomic reference from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#atomicReference(java.lang.String,%20T,%20boolean)">atomicReference(String, T, boolean)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Will get a atomic reference from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#atomicReference(java.lang.String,%20org.apache.ignite.configuration.AtomicConfiguration,%20T,%20boolean)">atomicReference(String, AtomicConfiguration, T, boolean)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Will get a atomic reference from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#atomicSequence(java.lang.String,%20long,%20boolean)">atomicSequence(String, long, boolean)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Will get an atomic sequence from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#atomicSequence(java.lang.String,%20org.apache.ignite.configuration.AtomicConfiguration,%20long,%20boolean)">atomicSequence(String, AtomicConfiguration, long, boolean)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Will get an atomic sequence from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#atomicSequence(java.lang.String,%20long,%20boolean)">atomicSequence(String, long, boolean)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Will get an atomic sequence from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#atomicSequence(java.lang.String,%20org.apache.ignite.configuration.AtomicConfiguration,%20long,%20boolean)">atomicSequence(String, AtomicConfiguration, long, boolean)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Will get an atomic sequence from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#atomicStamped(java.lang.String,%20T,%20S,%20boolean)">atomicStamped(String, T, S, boolean)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Will get a atomic stamped from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#atomicStamped(java.lang.String,%20org.apache.ignite.configuration.AtomicConfiguration,%20T,%20S,%20boolean)">atomicStamped(String, AtomicConfiguration, T, S, boolean)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Will get a atomic stamped from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#atomicStamped(java.lang.String,%20T,%20S,%20boolean)">atomicStamped(String, T, S, boolean)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Will get a atomic stamped from cache and create one if it has not been created yet and <code>create</code> flag
is <code>true</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#atomicStamped(java.lang.String,%20org.apache.ignite.configuration.AtomicConfiguration,%20T,%20S,%20boolean)">atomicStamped(String, AtomicConfiguration, T, S, boolean)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/CacheStoreSession.html#attach(java.lang.Object)">attach(Object)</a></span> - Method in interface org.apache.ignite.cache.store.<a href="./org/apache/ignite/cache/store/CacheStoreSession.html" title="interface in org.apache.ignite.cache.store">CacheStoreSession</a></dt>
<dd>
<div class="block">Attaches the given object to this session.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/CacheStoreSession.html#attachment()">attachment()</a></span> - Method in interface org.apache.ignite.cache.store.<a href="./org/apache/ignite/cache/store/CacheStoreSession.html" title="interface in org.apache.ignite.cache.store">CacheStoreSession</a></dt>
<dd>
<div class="block">Retrieves the current attachment or <code>null</code> if there is no attachment.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#ATTR_ADDRS">ATTR_ADDRS</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.<a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpi</a></dt>
<dd>
<div class="block">Node attribute that is mapped to node IP addresses (value is <tt>comm.tcp.addrs</tt>).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#ATTR_CONN_PROP">ATTR_CONN_PROP</a></span> - Static variable in class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html" title="class in org.apache.ignite.cache.store.jdbc">CacheAbstractJdbcStore</a></dt>
<dd>
<div class="block">Connection attribute property name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#ATTR_EXT_ADDRS">ATTR_EXT_ADDRS</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.<a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpi</a></dt>
<dd>
<div class="block">Node attribute that is mapped to node's external addresses (value is <tt>comm.tcp.ext-addrs</tt>).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#ATTR_EXT_ADDRS">ATTR_EXT_ADDRS</a></span> - Static variable in class org.apache.ignite.spi.discovery.tcp.<a href="./org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpi</a></dt>
<dd>
<div class="block">Node attribute that is mapped to node's external addresses (value is <tt>disc.tcp.ext-addrs</tt>).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#ATTR_HOST_NAMES">ATTR_HOST_NAMES</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.<a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpi</a></dt>
<dd>
<div class="block">Node attribute that is mapped to node host names (value is <tt>comm.tcp.host.names</tt>).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#ATTR_PAIRED_CONN">ATTR_PAIRED_CONN</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.<a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#ATTR_PORT">ATTR_PORT</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.<a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpi</a></dt>
<dd>
<div class="block">Node attribute that is mapped to node port number (value is <tt>comm.tcp.port</tt>).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html#ATTR_SHMEM_PORT">ATTR_SHMEM_PORT</a></span> - Static variable in class org.apache.ignite.spi.communication.tcp.<a href="./org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.html" title="class in org.apache.ignite.spi.communication.tcp">TcpCommunicationSpi</a></dt>
<dd>
<div class="block">Node attribute that is mapped to node port number (value is <tt>comm.shmem.tcp.port</tt>).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cluster/ClusterNode.html#attribute(java.lang.String)">attribute(String)</a></span> - Method in interface org.apache.ignite.cluster.<a href="./org/apache/ignite/cluster/ClusterNode.html" title="interface in org.apache.ignite.cluster">ClusterNode</a></dt>
<dd>
<div class="block">Gets a node attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cluster/ClusterNode.html#attributes()">attributes()</a></span> - Method in interface org.apache.ignite.cluster.<a href="./org/apache/ignite/cluster/ClusterNode.html" title="interface in org.apache.ignite.cluster">ClusterNode</a></dt>
<dd>
<div class="block">Gets all node attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/IgniteSpiContext.html#authenticatedSubject(java.util.UUID)">authenticatedSubject(UUID)</a></span> - Method in interface org.apache.ignite.spi.<a href="./org/apache/ignite/spi/IgniteSpiContext.html" title="interface in org.apache.ignite.spi">IgniteSpiContext</a></dt>
<dd>
<div class="block">Gets security subject based on subject ID.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/IgniteSpiContext.html#authenticatedSubjects()">authenticatedSubjects()</a></span> - Method in interface org.apache.ignite.spi.<a href="./org/apache/ignite/spi/IgniteSpiContext.html" title="interface in org.apache.ignite.spi">IgniteSpiContext</a></dt>
<dd>
<div class="block">Gets collection of authenticated subjects together with their permissions.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/DiscoverySpiNodeAuthenticator.html#authenticateNode(org.apache.ignite.cluster.ClusterNode,%20org.apache.ignite.plugin.security.SecurityCredentials)">authenticateNode(ClusterNode, SecurityCredentials)</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="./org/apache/ignite/spi/discovery/DiscoverySpiNodeAuthenticator.html" title="interface in org.apache.ignite.spi.discovery">DiscoverySpiNodeAuthenticator</a></dt>
<dd>
<div class="block">Security credentials.</div>
</dd>
<dt><a href="./org/apache/ignite/plugin/security/AuthenticationContext.html" title="class in org.apache.ignite.plugin.security"><span class="strong">AuthenticationContext</span></a> - Class in <a href="./org/apache/ignite/plugin/security/package-summary.html">org.apache.ignite.plugin.security</a></dt>
<dd>
<div class="block">Authentication context.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/security/AuthenticationContext.html#AuthenticationContext()">AuthenticationContext()</a></span> - Constructor for class org.apache.ignite.plugin.security.<a href="./org/apache/ignite/plugin/security/AuthenticationContext.html" title="class in org.apache.ignite.plugin.security">AuthenticationContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#authenticationFailedError(org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAuthFailedMessage)">authenticationFailedError(TcpDiscoveryAuthFailedMessage)</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.<a href="./org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpi</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCountDownLatch.html#autoDelete()">autoDelete()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCountDownLatch.html" title="interface in org.apache.ignite">IgniteCountDownLatch</a></dt>
<dd>
<div class="block">Gets <code>autoDelete</code> flag.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteDataStreamer.html#autoFlushFrequency()">autoFlushFrequency()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite">IgniteDataStreamer</a></dt>
<dd>
<div class="block">Gets automatic flush frequency.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteDataStreamer.html#autoFlushFrequency(long)">autoFlushFrequency(long)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite">IgniteDataStreamer</a></dt>
<dd>
<div class="block">Sets automatic flush frequency.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/mapreduce/IgfsRangeInputStream.html#available()">available()</a></span> - Method in class org.apache.ignite.igfs.mapreduce.<a href="./org/apache/ignite/igfs/mapreduce/IgfsRangeInputStream.html" title="class in org.apache.ignite.igfs.mapreduce">IgfsRangeInputStream</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/configuration/IgniteConfiguration.html#AVAILABLE_PROC_CNT">AVAILABLE_PROC_CNT</a></span> - Static variable in class org.apache.ignite.configuration.<a href="./org/apache/ignite/configuration/IgniteConfiguration.html" title="class in org.apache.ignite.configuration">IgniteConfiguration</a></dt>
<dd>
<div class="block">Default core size of public thread pool.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSemaphore.html#availablePermits()">availablePermits()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteSemaphore.html" title="interface in org.apache.ignite">IgniteSemaphore</a></dt>
<dd>
<div class="block">Returns the current number of permits available in this semaphore.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/scheduler/SchedulerFuture.html#averageExecutionTime()">averageExecutionTime()</a></span> - Method in interface org.apache.ignite.scheduler.<a href="./org/apache/ignite/scheduler/SchedulerFuture.html" title="interface in org.apache.ignite.scheduler">SchedulerFuture</a></dt>
<dd>
<div class="block">Gets average execution time in milliseconds since future was created.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/scheduler/SchedulerFuture.html#averageIdleTime()">averageIdleTime()</a></span> - Method in interface org.apache.ignite.scheduler.<a href="./org/apache/ignite/scheduler/SchedulerFuture.html" title="interface in org.apache.ignite.scheduler">SchedulerFuture</a></dt>
<dd>
<div class="block">Gets average idle time for this scheduled task.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/query/QueryDetailMetrics.html#averageTime()">averageTime()</a></span> - Method in interface org.apache.ignite.cache.query.<a href="./org/apache/ignite/cache/query/QueryDetailMetrics.html" title="interface in org.apache.ignite.cache.query">QueryDetailMetrics</a></dt>
<dd>
<div class="block">Gets average execution time of query.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/query/QueryMetrics.html#averageTime()">averageTime()</a></span> - Method in interface org.apache.ignite.cache.query.<a href="./org/apache/ignite/cache/query/QueryMetrics.html" title="interface in org.apache.ignite.cache.query">QueryMetrics</a></dt>
<dd>
<div class="block">Gets average execution time of query.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCondition.html#await()">await()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCondition.html" title="interface in org.apache.ignite">IgniteCondition</a></dt>
<dd>
<div class="block">Causes the current thread to wait until it is signalled or
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Thread.html?is-external=true#interrupt()" title="class or interface in java.lang">interrupted</a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCondition.html#await(long,%20java.util.concurrent.TimeUnit)">await(long, TimeUnit)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCondition.html" title="interface in org.apache.ignite">IgniteCondition</a></dt>
<dd>
<div class="block">Causes the current thread to wait until it is signalled or interrupted,
or the specified waiting time elapses.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCountDownLatch.html#await()">await()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCountDownLatch.html" title="interface in org.apache.ignite">IgniteCountDownLatch</a></dt>
<dd>
<div class="block">Causes the current thread to wait until the latch has counted down to
zero, unless current thread is interrupted.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCountDownLatch.html#await(long)">await(long)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCountDownLatch.html" title="interface in org.apache.ignite">IgniteCountDownLatch</a></dt>
<dd>
<div class="block">Causes the current thread to wait until the latch has counted down to
zero, unless the thread is interrupted, or the specified waiting time elapses.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCountDownLatch.html#await(long,%20java.util.concurrent.TimeUnit)">await(long, TimeUnit)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCountDownLatch.html" title="interface in org.apache.ignite">IgniteCountDownLatch</a></dt>
<dd>
<div class="block">Causes the current thread to wait until the latch has counted down to
zero, unless the thread is interrupted, or the specified waiting time elapses.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCondition.html#awaitNanos(long)">awaitNanos(long)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCondition.html" title="interface in org.apache.ignite">IgniteCondition</a></dt>
<dd>
<div class="block">Causes the current thread to wait until it is signalled or interrupted,
or the specified waiting time elapses.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html#awaitTermination(long,%20java.util.concurrent.TimeUnit)">awaitTermination(long, TimeUnit)</a></span> - Method in class org.apache.ignite.thread.<a href="./org/apache/ignite/thread/IgniteStripedThreadPoolExecutor.html" title="class in org.apache.ignite.thread">IgniteStripedThreadPoolExecutor</a></dt>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCondition.html#awaitUninterruptibly()">awaitUninterruptibly()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCondition.html" title="interface in org.apache.ignite">IgniteCondition</a></dt>
<dd>
<div class="block">Causes the current thread to wait until it is signalled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCondition.html#awaitUntil(java.util.Date)">awaitUntil(Date)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCondition.html" title="interface in org.apache.ignite">IgniteCondition</a></dt>
<dd>
<div class="block">Causes the current thread to wait until it is signalled or interrupted,
or the specified deadline elapses.</div>
</dd>
</dl>
<a name="_B_">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/Affinity.html#backupPartitions(org.apache.ignite.cluster.ClusterNode)">backupPartitions(ClusterNode)</a></span> - Method in interface org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/Affinity.html" title="interface in org.apache.ignite.cache.affinity">Affinity</a></dt>
<dd>
<div class="block">Gets partition ids for which given cluster node has backup ownership.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/affinity/AffinityFunctionContext.html#backups()">backups()</a></span> - Method in interface org.apache.ignite.cache.affinity.<a href="./org/apache/ignite/cache/affinity/AffinityFunctionContext.html" title="interface in org.apache.ignite.cache.affinity">AffinityFunctionContext</a></dt>
<dd>
<div class="block">Gets number of backups for new assignment.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/store/cassandra/session/transaction/BaseMutation.html" title="class in org.apache.ignite.cache.store.cassandra.session.transaction"><span class="strong">BaseMutation</span></a> - Class in <a href="./org/apache/ignite/cache/store/cassandra/session/transaction/package-summary.html">org.apache.ignite.cache.store.cassandra.session.transaction</a></dt>
<dd>
<div class="block">Base class to inherit from to implement specific mutations operation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/session/transaction/BaseMutation.html#BaseMutation(java.lang.String,%20org.apache.ignite.cache.store.cassandra.persistence.PersistenceController)">BaseMutation(String, PersistenceController)</a></span> - Constructor for class org.apache.ignite.cache.store.cassandra.session.transaction.<a href="./org/apache/ignite/cache/store/cassandra/session/transaction/BaseMutation.html" title="class in org.apache.ignite.cache.store.cassandra.session.transaction">BaseMutation</a></dt>
<dd>
<div class="block">Creates instance of mutation operation.</div>
</dd>
<dt><a href="./org/apache/ignite/configuration/BasicAddressResolver.html" title="class in org.apache.ignite.configuration"><span class="strong">BasicAddressResolver</span></a> - Class in <a href="./org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Basic implementation of <a href="./org/apache/ignite/configuration/AddressResolver.html" title="interface in org.apache.ignite.configuration"><code>AddressResolver</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/configuration/BasicAddressResolver.html#BasicAddressResolver(java.util.Map)">BasicAddressResolver(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="./org/apache/ignite/configuration/BasicAddressResolver.html" title="class in org.apache.ignite.configuration">BasicAddressResolver</a></dt>
<dd>
<div class="block">Created the address resolver.</div>
</dd>
<dt><a href="./org/apache/ignite/hadoop/fs/BasicHadoopFileSystemFactory.html" title="class in org.apache.ignite.hadoop.fs"><span class="strong">BasicHadoopFileSystemFactory</span></a> - Class in <a href="./org/apache/ignite/hadoop/fs/package-summary.html">org.apache.ignite.hadoop.fs</a></dt>
<dd>
<div class="block">Simple Hadoop file system factory which delegates to <code>FileSystem.get()</code> on each call.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/hadoop/fs/BasicHadoopFileSystemFactory.html#BasicHadoopFileSystemFactory()">BasicHadoopFileSystemFactory()</a></span> - Constructor for class org.apache.ignite.hadoop.fs.<a href="./org/apache/ignite/hadoop/fs/BasicHadoopFileSystemFactory.html" title="class in org.apache.ignite.hadoop.fs">BasicHadoopFileSystemFactory</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect"><span class="strong">BasicJdbcDialect</span></a> - Class in <a href="./org/apache/ignite/cache/store/jdbc/dialect/package-summary.html">org.apache.ignite.cache.store.jdbc.dialect</a></dt>
<dd>
<div class="block">Basic implementation of dialect based on JDBC specification.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html#BasicJdbcDialect()">BasicJdbcDialect()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.dialect.<a href="./org/apache/ignite/cache/store/jdbc/dialect/BasicJdbcDialect.html" title="class in org.apache.ignite.cache.store.jdbc.dialect">BasicJdbcDialect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/BasicJdbcIpFinderDialect.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc"><span class="strong">BasicJdbcIpFinderDialect</span></a> - Class in <a href="./org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/package-summary.html">org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc</a></dt>
<dd>
<div class="block">Basic JDBC dialect to use along with <a href="./org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc"><code>TcpDiscoveryJdbcIpFinder</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/BasicJdbcIpFinderDialect.html#BasicJdbcIpFinderDialect()">BasicJdbcIpFinderDialect()</a></span> - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.<a href="./org/apache/ignite/spi/discovery/tcp/ipfinder/jdbc/BasicJdbcIpFinderDialect.html" title="class in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc">BasicJdbcIpFinderDialect</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/hadoop/util/BasicUserNameMapper.html" title="class in org.apache.ignite.hadoop.util"><span class="strong">BasicUserNameMapper</span></a> - Class in <a href="./org/apache/ignite/hadoop/util/package-summary.html">org.apache.ignite.hadoop.util</a></dt>
<dd>
<div class="block">Name mapper which maps one user name to another based on predefined dictionary.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/hadoop/util/BasicUserNameMapper.html#BasicUserNameMapper()">BasicUserNameMapper()</a></span> - Constructor for class org.apache.ignite.hadoop.util.<a href="./org/apache/ignite/hadoop/util/BasicUserNameMapper.html" title="class in org.apache.ignite.hadoop.util">BasicUserNameMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/startup/BasicWarmupClosure.html" title="class in org.apache.ignite.startup"><span class="strong">BasicWarmupClosure</span></a> - Class in <a href="./org/apache/ignite/startup/package-summary.html">org.apache.ignite.startup</a></dt>
<dd>
<div class="block">Basic warm-up closure which warm-ups cache operations.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/startup/BasicWarmupClosure.html#BasicWarmupClosure()">BasicWarmupClosure()</a></span> - Constructor for class org.apache.ignite.startup.<a href="./org/apache/ignite/startup/BasicWarmupClosure.html" title="class in org.apache.ignite.startup">BasicWarmupClosure</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html" title="interface in org.apache.ignite.cache.store.cassandra.session"><span class="strong">BatchExecutionAssistant</span></a>&lt;<a href="./org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html" title="type parameter in BatchExecutionAssistant">R</a>,<a href="./org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html" title="type parameter in BatchExecutionAssistant">V</a>&gt; - Interface in <a href="./org/apache/ignite/cache/store/cassandra/session/package-summary.html">org.apache.ignite.cache.store.cassandra.session</a></dt>
<dd>
<div class="block">Provides information for batch operations (loadAll, deleteAll, writeAll) of Ignite cache
backed by <a href="./org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra"><code>CassandraCacheStore</code></a>.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/store/cassandra/session/BatchLoaderAssistant.html" title="interface in org.apache.ignite.cache.store.cassandra.session"><span class="strong">BatchLoaderAssistant</span></a> - Interface in <a href="./org/apache/ignite/cache/store/cassandra/session/package-summary.html">org.apache.ignite.cache.store.cassandra.session</a></dt>
<dd>
<div class="block">Provides information for loadCache operation of <a href="./org/apache/ignite/cache/store/cassandra/CassandraCacheStore.html" title="class in org.apache.ignite.cache.store.cassandra"><code>CassandraCacheStore</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteAtomicSequence.html#batchSize()">batchSize()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteAtomicSequence.html" title="interface in org.apache.ignite">IgniteAtomicSequence</a></dt>
<dd>
<div class="block">Gets local batch size for this atomic sequence.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteAtomicSequence.html#batchSize(int)">batchSize(int)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteAtomicSequence.html" title="interface in org.apache.ignite">IgniteAtomicSequence</a></dt>
<dd>
<div class="block">Sets local batch size for atomic sequence.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/extensions/communication/MessageReader.html#beforeInnerMessageRead()">beforeInnerMessageRead()</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="./org/apache/ignite/plugin/extensions/communication/MessageReader.html" title="interface in org.apache.ignite.plugin.extensions.communication">MessageReader</a></dt>
<dd>
<div class="block">Callback called before inner message is read.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/extensions/communication/MessageWriter.html#beforeInnerMessageWrite()">beforeInnerMessageWrite()</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="./org/apache/ignite/plugin/extensions/communication/MessageWriter.html" title="interface in org.apache.ignite.plugin.extensions.communication">MessageWriter</a></dt>
<dd>
<div class="block">Callback called before inner message is written.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/extensions/communication/MessageReader.html#beforeMessageRead()">beforeMessageRead()</a></span> - Method in interface org.apache.ignite.plugin.extensions.communication.<a href="./org/apache/ignite/plugin/extensions/communication/MessageReader.html" title="interface in org.apache.ignite.plugin.extensions.communication">MessageReader</a></dt>
<dd>
<div class="block">Callback that must be invoked by a message implementation before message body started decoding.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#binary()">binary()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Gets an instance of <a href="./org/apache/ignite/IgniteBinary.html" title="interface in org.apache.ignite"><code>IgniteBinary</code></a> interface.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#binary()">binary()</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Gets an instance of <a href="./org/apache/ignite/IgniteBinary.html" title="interface in org.apache.ignite"><code>IgniteBinary</code></a> interface.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryBasicIdMapper.html" title="class in org.apache.ignite.binary"><span class="strong">BinaryBasicIdMapper</span></a> - Class in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Base binary ID mapper implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryBasicIdMapper.html#BinaryBasicIdMapper()">BinaryBasicIdMapper()</a></span> - Constructor for class org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryBasicIdMapper.html" title="class in org.apache.ignite.binary">BinaryBasicIdMapper</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryBasicIdMapper.html#BinaryBasicIdMapper(boolean)">BinaryBasicIdMapper(boolean)</a></span> - Constructor for class org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryBasicIdMapper.html" title="class in org.apache.ignite.binary">BinaryBasicIdMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/binary/BinaryBasicNameMapper.html" title="class in org.apache.ignite.binary"><span class="strong">BinaryBasicNameMapper</span></a> - Class in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Base binary name mapper implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryBasicNameMapper.html#BinaryBasicNameMapper()">BinaryBasicNameMapper()</a></span> - Constructor for class org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryBasicNameMapper.html" title="class in org.apache.ignite.binary">BinaryBasicNameMapper</a></dt>
<dd>
<div class="block">Default constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryBasicNameMapper.html#BinaryBasicNameMapper(boolean)">BinaryBasicNameMapper(boolean)</a></span> - Constructor for class org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryBasicNameMapper.html" title="class in org.apache.ignite.binary">BinaryBasicNameMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/binary/BinaryCollectionFactory.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryCollectionFactory</span></a>&lt;<a href="./org/apache/ignite/binary/BinaryCollectionFactory.html" title="type parameter in BinaryCollectionFactory">K</a>&gt; - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Collection factory.</div>
</dd>
<dt><a href="./org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration"><span class="strong">BinaryConfiguration</span></a> - Class in <a href="./org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Configuration object for Ignite Binary Objects.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/configuration/BinaryConfiguration.html#BinaryConfiguration()">BinaryConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="./org/apache/ignite/configuration/BinaryConfiguration.html" title="class in org.apache.ignite.configuration">BinaryConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/binary/BinaryField.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryField</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Binary object field.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryIdMapper.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryIdMapper</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Type and field ID mapper for binary objects.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryInvalidTypeException.html" title="class in org.apache.ignite.binary"><span class="strong">BinaryInvalidTypeException</span></a> - Exception in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Exception indicating that class needed for deserialization of binary object does not exist.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryInvalidTypeException.html#BinaryInvalidTypeException(java.lang.String)">BinaryInvalidTypeException(String)</a></span> - Constructor for exception org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryInvalidTypeException.html" title="class in org.apache.ignite.binary">BinaryInvalidTypeException</a></dt>
<dd>
<div class="block">Creates invalid class exception with error message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryInvalidTypeException.html#BinaryInvalidTypeException(java.lang.Throwable)">BinaryInvalidTypeException(Throwable)</a></span> - Constructor for exception org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryInvalidTypeException.html" title="class in org.apache.ignite.binary">BinaryInvalidTypeException</a></dt>
<dd>
<div class="block">Creates invalid class exception with <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> as a cause.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryInvalidTypeException.html#BinaryInvalidTypeException(java.lang.String,%20java.lang.Throwable)">BinaryInvalidTypeException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryInvalidTypeException.html" title="class in org.apache.ignite.binary">BinaryInvalidTypeException</a></dt>
<dd>
<div class="block">Creates invalid class exception with error message and <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> as a cause.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/Binarylizable.html" title="interface in org.apache.ignite.binary"><span class="strong">Binarylizable</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Interface that allows to implement custom serialization
logic for binary objects.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryMapFactory.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryMapFactory</span></a>&lt;<a href="./org/apache/ignite/binary/BinaryMapFactory.html" title="type parameter in BinaryMapFactory">K</a>,<a href="./org/apache/ignite/binary/BinaryMapFactory.html" title="type parameter in BinaryMapFactory">V</a>&gt; - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Map factory.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryNameMapper.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryNameMapper</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Maps type and field names to different names.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryObject.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryObject</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Wrapper for binary object in binary format.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryObjectBuilder.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryObjectBuilder</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Binary object builder.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryObjectException.html" title="class in org.apache.ignite.binary"><span class="strong">BinaryObjectException</span></a> - Exception in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Exception indicating binary object serialization error.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryObjectException.html#BinaryObjectException(java.lang.String)">BinaryObjectException(String)</a></span> - Constructor for exception org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryObjectException.html" title="class in org.apache.ignite.binary">BinaryObjectException</a></dt>
<dd>
<div class="block">Creates binary exception with error message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryObjectException.html#BinaryObjectException(java.lang.Throwable)">BinaryObjectException(Throwable)</a></span> - Constructor for exception org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryObjectException.html" title="class in org.apache.ignite.binary">BinaryObjectException</a></dt>
<dd>
<div class="block">Creates binary exception with <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> as a cause.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryObjectException.html#BinaryObjectException(java.lang.String,%20java.lang.Throwable)">BinaryObjectException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryObjectException.html" title="class in org.apache.ignite.binary">BinaryObjectException</a></dt>
<dd>
<div class="block">Creates binary exception with error message and <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><code>Throwable</code></a> as a cause.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryRawReader.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryRawReader</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Raw reader for binary objects.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryRawWriter.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryRawWriter</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Raw writer for binary object.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryReader.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryReader</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Reader for binary objects used in <a href="./org/apache/ignite/binary/Binarylizable.html" title="interface in org.apache.ignite.binary"><code>Binarylizable</code></a> implementations.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryReflectiveSerializer.html" title="class in org.apache.ignite.binary"><span class="strong">BinaryReflectiveSerializer</span></a> - Class in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Binary serializer which writes object fields using reflection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryReflectiveSerializer.html#BinaryReflectiveSerializer()">BinaryReflectiveSerializer()</a></span> - Constructor for class org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryReflectiveSerializer.html" title="class in org.apache.ignite.binary">BinaryReflectiveSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/binary/BinarySerializer.html" title="interface in org.apache.ignite.binary"><span class="strong">BinarySerializer</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Interface that allows to implement custom serialization logic for binary objects.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryType.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryType</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Binary type meta data.</div>
</dd>
<dt><a href="./org/apache/ignite/binary/BinaryTypeConfiguration.html" title="class in org.apache.ignite.binary"><span class="strong">BinaryTypeConfiguration</span></a> - Class in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Defines configuration properties for a specific binary type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryTypeConfiguration.html#BinaryTypeConfiguration()">BinaryTypeConfiguration()</a></span> - Constructor for class org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryTypeConfiguration.html" title="class in org.apache.ignite.binary">BinaryTypeConfiguration</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryTypeConfiguration.html#BinaryTypeConfiguration(org.apache.ignite.binary.BinaryTypeConfiguration)">BinaryTypeConfiguration(BinaryTypeConfiguration)</a></span> - Constructor for class org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryTypeConfiguration.html" title="class in org.apache.ignite.binary">BinaryTypeConfiguration</a></dt>
<dd>
<div class="block">Copying constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryTypeConfiguration.html#BinaryTypeConfiguration(java.lang.String)">BinaryTypeConfiguration(String)</a></span> - Constructor for class org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryTypeConfiguration.html" title="class in org.apache.ignite.binary">BinaryTypeConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/binary/BinaryWriter.html" title="interface in org.apache.ignite.binary"><span class="strong">BinaryWriter</span></a> - Interface in <a href="./org/apache/ignite/binary/package-summary.html">org.apache.ignite.binary</a></dt>
<dd>
<div class="block">Writer for binary object used in <a href="./org/apache/ignite/binary/Binarylizable.html" title="interface in org.apache.ignite.binary"><code>Binarylizable</code></a> implementations.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html#bindKey(com.datastax.driver.core.PreparedStatement,%20java.lang.Object)">bindKey(PreparedStatement, Object)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="./org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceController</a></dt>
<dd>
<div class="block">Binds Ignite cache key object to <code>PreparedStatement</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html#bindKeyValue(com.datastax.driver.core.PreparedStatement,%20java.lang.Object,%20java.lang.Object)">bindKeyValue(PreparedStatement, Object, Object)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="./org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceController</a></dt>
<dd>
<div class="block">Binds Ignite cache key and value object to <code>PreparedStatement</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html#bindStatement(com.datastax.driver.core.PreparedStatement,%20V)">bindStatement(PreparedStatement, V)</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.session.<a href="./org/apache/ignite/cache/store/cassandra/session/BatchExecutionAssistant.html" title="interface in org.apache.ignite.cache.store.cassandra.session">BatchExecutionAssistant</a></dt>
<dd>
<div class="block">Binds prepared statement to current Cassandra session.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/session/ExecutionAssistant.html#bindStatement(com.datastax.driver.core.PreparedStatement)">bindStatement(PreparedStatement)</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.session.<a href="./org/apache/ignite/cache/store/cassandra/session/ExecutionAssistant.html" title="interface in org.apache.ignite.cache.store.cassandra.session">ExecutionAssistant</a></dt>
<dd>
<div class="block">Binds prepared statement.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/session/transaction/DeleteMutation.html#bindStatement(com.datastax.driver.core.PreparedStatement)">bindStatement(PreparedStatement)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.transaction.<a href="./org/apache/ignite/cache/store/cassandra/session/transaction/DeleteMutation.html" title="class in org.apache.ignite.cache.store.cassandra.session.transaction">DeleteMutation</a></dt>
<dd>
<div class="block">Binds prepared statement to current Cassandra session.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/session/transaction/Mutation.html#bindStatement(com.datastax.driver.core.PreparedStatement)">bindStatement(PreparedStatement)</a></span> - Method in interface org.apache.ignite.cache.store.cassandra.session.transaction.<a href="./org/apache/ignite/cache/store/cassandra/session/transaction/Mutation.html" title="interface in org.apache.ignite.cache.store.cassandra.session.transaction">Mutation</a></dt>
<dd>
<div class="block">Binds prepared statement to current Cassandra session.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/session/transaction/WriteMutation.html#bindStatement(com.datastax.driver.core.PreparedStatement)">bindStatement(PreparedStatement)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.session.transaction.<a href="./org/apache/ignite/cache/store/cassandra/session/transaction/WriteMutation.html" title="class in org.apache.ignite.cache.store.cassandra.session.transaction">WriteMutation</a></dt>
<dd>
<div class="block">Binds prepared statement to current Cassandra session.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/IgfsFile.html#blockSize()">blockSize()</a></span> - Method in interface org.apache.ignite.igfs.<a href="./org/apache/ignite/igfs/IgfsFile.html" title="interface in org.apache.ignite.igfs">IgfsFile</a></dt>
<dd>
<div class="block">Gets file's data block size.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/IgfsMetrics.html#blocksReadRemote()">blocksReadRemote()</a></span> - Method in interface org.apache.ignite.igfs.<a href="./org/apache/ignite/igfs/IgfsMetrics.html" title="interface in org.apache.ignite.igfs">IgfsMetrics</a></dt>
<dd>
<div class="block">Gets total remote blocks read.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/IgfsMetrics.html#blocksReadTotal()">blocksReadTotal()</a></span> - Method in interface org.apache.ignite.igfs.<a href="./org/apache/ignite/igfs/IgfsMetrics.html" title="interface in org.apache.ignite.igfs">IgfsMetrics</a></dt>
<dd>
<div class="block">Gets total blocks read, local and remote.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/IgfsMetrics.html#blocksWrittenRemote()">blocksWrittenRemote()</a></span> - Method in interface org.apache.ignite.igfs.<a href="./org/apache/ignite/igfs/IgfsMetrics.html" title="interface in org.apache.ignite.igfs">IgfsMetrics</a></dt>
<dd>
<div class="block">Gets total remote blocks written.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/IgfsMetrics.html#blocksWrittenTotal()">blocksWrittenTotal()</a></span> - Method in interface org.apache.ignite.igfs.<a href="./org/apache/ignite/igfs/IgfsMetrics.html" title="interface in org.apache.ignite.igfs">IgfsMetrics</a></dt>
<dd>
<div class="block">Gets total blocks written, local and remote.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/IgniteSpiThread.html#body()">body()</a></span> - Method in class org.apache.ignite.spi.<a href="./org/apache/ignite/spi/IgniteSpiThread.html" title="class in org.apache.ignite.spi">IgniteSpiThread</a></dt>
<dd>
<div class="block">Body of SPI thread.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteQueue.html#bounded()">bounded()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteQueue.html" title="interface in org.apache.ignite">IgniteQueue</a></dt>
<dd>
<div class="block">Returns <code>true</code> if this queue is bounded.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html#brakeConnection()">brakeConnection()</a></span> - Method in class org.apache.ignite.spi.discovery.tcp.<a href="./org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.html" title="class in org.apache.ignite.spi.discovery.tcp">TcpDiscoverySpi</a></dt>
<dd>
<div class="block">FOR TEST PURPOSE ONLY!</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#broadcast(org.apache.ignite.lang.IgniteRunnable)">broadcast(IgniteRunnable)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Broadcasts given job to all nodes in the cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#broadcast(org.apache.ignite.lang.IgniteCallable)">broadcast(IgniteCallable&lt;R&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Broadcasts given job to all nodes in cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#broadcast(org.apache.ignite.lang.IgniteClosure,%20T)">broadcast(IgniteClosure&lt;T, R&gt;, T)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Broadcasts given closure job with passed in argument to all nodes in the cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#broadcastAsync(org.apache.ignite.lang.IgniteRunnable)">broadcastAsync(IgniteRunnable)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Broadcasts given job asynchronously to all nodes in the cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#broadcastAsync(org.apache.ignite.lang.IgniteCallable)">broadcastAsync(IgniteCallable&lt;R&gt;)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Broadcasts given job asynchronously to all nodes in cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteCompute.html#broadcastAsync(org.apache.ignite.lang.IgniteClosure,%20T)">broadcastAsync(IgniteClosure&lt;T, R&gt;, T)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteCompute.html" title="interface in org.apache.ignite">IgniteCompute</a></dt>
<dd>
<div class="block">Broadcasts given closure job asynchronously with passed in argument to all nodes in the cluster group.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html#BUCKET_NAME_PREFIX">BUCKET_NAME_PREFIX</a></span> - Static variable in class org.apache.ignite.spi.checkpoint.s3.<a href="./org/apache/ignite/spi/checkpoint/s3/S3CheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.s3">S3CheckpointSpi</a></dt>
<dd>
<div class="block">Prefix to use in bucket name generation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/binary/BinaryObjectBuilder.html#build()">build()</a></span> - Method in interface org.apache.ignite.binary.<a href="./org/apache/ignite/binary/BinaryObjectBuilder.html" title="interface in org.apache.ignite.binary">BinaryObjectBuilder</a></dt>
<dd>
<div class="block">Builds binary object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html#build()">build()</a></span> - Method in class org.apache.ignite.plugin.security.<a href="./org/apache/ignite/plugin/security/SecurityPermissionSetBuilder.html" title="class in org.apache.ignite.plugin.security">SecurityPermissionSetBuilder</a></dt>
<dd>
<div class="block">Builds the <a href="./org/apache/ignite/plugin/security/SecurityPermissionSet.html" title="interface in org.apache.ignite.plugin.security"><code>SecurityPermissionSet</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html#buildBinaryObject(java.lang.String,%20org.apache.ignite.cache.store.jdbc.JdbcTypeField[],%20java.util.Map,%20java.sql.ResultSet)">buildBinaryObject(String, JdbcTypeField[], Map&lt;String, Integer&gt;, ResultSet)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html" title="class in org.apache.ignite.cache.store.jdbc">CacheJdbcPojoStore</a></dt>
<dd>
<div class="block">Construct binary object from query result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/twitter/TwitterStreamer.html#buildClient(java.util.concurrent.BlockingQueue,%20com.twitter.hbc.core.HttpHosts,%20com.twitter.hbc.core.endpoint.StreamingEndpoint)">buildClient(BlockingQueue&lt;String&gt;, HttpHosts, StreamingEndpoint)</a></span> - Method in class org.apache.ignite.stream.twitter.<a href="./org/apache/ignite/stream/twitter/TwitterStreamer.html" title="class in org.apache.ignite.stream.twitter">TwitterStreamer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteBinary.html#buildEnum(java.lang.String,%20int)">buildEnum(String, int)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteBinary.html" title="interface in org.apache.ignite">IgniteBinary</a></dt>
<dd>
<div class="block">Create enum object using value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteBinary.html#buildEnum(java.lang.String,%20java.lang.String)">buildEnum(String, String)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteBinary.html" title="interface in org.apache.ignite">IgniteBinary</a></dt>
<dd>
<div class="block">Create enum object using name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteBinary.html#builder(java.lang.String)">builder(String)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteBinary.html" title="interface in org.apache.ignite">IgniteBinary</a></dt>
<dd>
<div class="block">Creates new binary builder.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteBinary.html#builder(org.apache.ignite.binary.BinaryObject)">builder(BinaryObject)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteBinary.html" title="interface in org.apache.ignite">IgniteBinary</a></dt>
<dd>
<div class="block">Creates binary builder initialized by existing binary object.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html#buildKeyObject(com.datastax.driver.core.Row)">buildKeyObject(Row)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="./org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceController</a></dt>
<dd>
<div class="block">Builds Ignite cache key object from returned Cassandra table row.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#buildObject(java.lang.String,%20java.lang.String,%20org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind,%20org.apache.ignite.cache.store.jdbc.JdbcTypeField[],%20java.util.Map,%20java.sql.ResultSet)">buildObject(String, String, CacheAbstractJdbcStore.TypeKind, JdbcTypeField[], Map&lt;String, Integer&gt;, ResultSet)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html" title="class in org.apache.ignite.cache.store.jdbc">CacheAbstractJdbcStore</a></dt>
<dd>
<div class="block">Construct object from query result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html#buildObject(java.lang.String,%20java.lang.String,%20org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind,%20org.apache.ignite.cache.store.jdbc.JdbcTypeField[],%20java.util.Map,%20java.sql.ResultSet)">buildObject(String, String, CacheAbstractJdbcStore.TypeKind, JdbcTypeField[], Map&lt;String, Integer&gt;, ResultSet)</a></span> - Method in class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html" title="class in org.apache.ignite.cache.store.jdbc">CacheJdbcPojoStore</a></dt>
<dd>
<div class="block">Construct object from query result.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html#buildValueObject(com.datastax.driver.core.Row)">buildValueObject(Row)</a></span> - Method in class org.apache.ignite.cache.store.cassandra.persistence.<a href="./org/apache/ignite/cache/store/cassandra/persistence/PersistenceController.html" title="class in org.apache.ignite.cache.store.cassandra.persistence">PersistenceController</a></dt>
<dd>
<div class="block">Builds Ignite cache value object from Cassandra table row .</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#BUILT_IN_TYPES">BUILT_IN_TYPES</a></span> - Static variable in class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html" title="class in org.apache.ignite.cache.store.jdbc">CacheAbstractJdbcStore</a></dt>
<dd>
<div class="block">Built in Java types names.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#bundle">bundle</a></span> - Variable in class org.apache.ignite.osgi.classloaders.<a href="./org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html" title="class in org.apache.ignite.osgi.classloaders">BundleDelegatingClassLoader</a></dt>
<dd>
<div class="block">The bundle which loaded Ignite.</div>
</dd>
<dt><a href="./org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html" title="class in org.apache.ignite.osgi.classloaders"><span class="strong">BundleDelegatingClassLoader</span></a> - Class in <a href="./org/apache/ignite/osgi/classloaders/package-summary.html">org.apache.ignite.osgi.classloaders</a></dt>
<dd>
<div class="block">A <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><code>ClassLoader</code></a> implementation delegating to a given OSGi bundle, and to the specified <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><code>ClassLoader</code></a>
as a fallback.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#BundleDelegatingClassLoader(org.osgi.framework.Bundle)">BundleDelegatingClassLoader(Bundle)</a></span> - Constructor for class org.apache.ignite.osgi.classloaders.<a href="./org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html" title="class in org.apache.ignite.osgi.classloaders">BundleDelegatingClassLoader</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html#BundleDelegatingClassLoader(org.osgi.framework.Bundle,%20java.lang.ClassLoader)">BundleDelegatingClassLoader(Bundle, ClassLoader)</a></span> - Constructor for class org.apache.ignite.osgi.classloaders.<a href="./org/apache/ignite/osgi/classloaders/BundleDelegatingClassLoader.html" title="class in org.apache.ignite.osgi.classloaders">BundleDelegatingClassLoader</a></dt>
<dd>
<div class="block">Constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/IgfsMetrics.html#bytesRead()">bytesRead()</a></span> - Method in interface org.apache.ignite.igfs.<a href="./org/apache/ignite/igfs/IgfsMetrics.html" title="interface in org.apache.ignite.igfs">IgfsMetrics</a></dt>
<dd>
<div class="block">Gets total bytes read.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/IgfsMetrics.html#bytesReadTime()">bytesReadTime()</a></span> - Method in interface org.apache.ignite.igfs.<a href="./org/apache/ignite/igfs/IgfsMetrics.html" title="interface in org.apache.ignite.igfs">IgfsMetrics</a></dt>
<dd>
<div class="block">Gets total bytes read time.</div>
</dd>
<dt><a href="./org/apache/ignite/hadoop/io/BytesWritablePartiallyRawComparator.html" title="class in org.apache.ignite.hadoop.io"><span class="strong">BytesWritablePartiallyRawComparator</span></a> - Class in <a href="./org/apache/ignite/hadoop/io/package-summary.html">org.apache.ignite.hadoop.io</a></dt>
<dd>
<div class="block">Partial raw comparator for <a href="http://hadoop.apache.org/docs/current/api/org/apache/hadoop/io/BytesWritable.html?is-external=true" title="class or interface in org.apache.hadoop.io"><code>BytesWritable</code></a> data type.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/hadoop/io/BytesWritablePartiallyRawComparator.html#BytesWritablePartiallyRawComparator()">BytesWritablePartiallyRawComparator()</a></span> - Constructor for class org.apache.ignite.hadoop.io.<a href="./org/apache/ignite/hadoop/io/BytesWritablePartiallyRawComparator.html" title="class in org.apache.ignite.hadoop.io">BytesWritablePartiallyRawComparator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/IgfsMetrics.html#bytesWriteTime()">bytesWriteTime()</a></span> - Method in interface org.apache.ignite.igfs.<a href="./org/apache/ignite/igfs/IgfsMetrics.html" title="interface in org.apache.ignite.igfs">IgfsMetrics</a></dt>
<dd>
<div class="block">Gets total bytes write time.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/igfs/IgfsMetrics.html#bytesWritten()">bytesWritten()</a></span> - Method in interface org.apache.ignite.igfs.<a href="./org/apache/ignite/igfs/IgfsMetrics.html" title="interface in org.apache.ignite.igfs">IgfsMetrics</a></dt>
<dd>
<div class="block">Gets total bytes written.</div>
</dd>
</dl>
<a name="_C_">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html#cache">cache</a></span> - Variable in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateAccessStrategyAdapter.html" title="class in org.apache.ignite.cache.hibernate">HibernateAccessStrategyAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/hibernate/HibernateCacheProxy.html#cache()">cache()</a></span> - Method in class org.apache.ignite.cache.hibernate.<a href="./org/apache/ignite/cache/hibernate/HibernateCacheProxy.html" title="class in org.apache.ignite.cache.hibernate">HibernateCacheProxy</a></dt>
<dd>
<div class="block">Gets base cache for this projection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/query/QueryDetailMetrics.html#cache()">cache()</a></span> - Method in interface org.apache.ignite.cache.query.<a href="./org/apache/ignite/cache/query/QueryDetailMetrics.html" title="interface in org.apache.ignite.cache.query">QueryDetailMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#cache(java.lang.String)">cache(String)</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Gets an instance of <a href="./org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite"><code>IgniteCache</code></a> API.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#cache(java.lang.String)">cache(String)</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Gets an instance of <a href="./org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite"><code>IgniteCache</code></a> API.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/IgniteSinkConstants.html#CACHE_ALLOW_OVERWRITE">CACHE_ALLOW_OVERWRITE</a></span> - Static variable in class org.apache.ignite.stream.kafka.connect.<a href="./org/apache/ignite/stream/kafka/connect/IgniteSinkConstants.html" title="class in org.apache.ignite.stream.kafka.connect">IgniteSinkConstants</a></dt>
<dd>
<div class="block">Flag to enable overwriting existing values in cache.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/IgniteSinkConstants.html#CACHE_CFG_PATH">CACHE_CFG_PATH</a></span> - Static variable in class org.apache.ignite.stream.kafka.connect.<a href="./org/apache/ignite/stream/kafka/connect/IgniteSinkConstants.html" title="class in org.apache.ignite.stream.kafka.connect">IgniteSinkConstants</a></dt>
<dd>
<div class="block">Ignite configuration file path.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/IgniteSourceConstants.html#CACHE_CFG_PATH">CACHE_CFG_PATH</a></span> - Static variable in class org.apache.ignite.stream.kafka.connect.<a href="./org/apache/ignite/stream/kafka/connect/IgniteSourceConstants.html" title="class in org.apache.ignite.stream.kafka.connect">IgniteSourceConstants</a></dt>
<dd>
<div class="block">Ignite configuration file path.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/IgniteSourceConstants.html#CACHE_EVENTS">CACHE_EVENTS</a></span> - Static variable in class org.apache.ignite.stream.kafka.connect.<a href="./org/apache/ignite/stream/kafka/connect/IgniteSourceConstants.html" title="class in org.apache.ignite.stream.kafka.connect">IgniteSourceConstants</a></dt>
<dd>
<div class="block">Events to be listened to.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/IgniteSourceConstants.html#CACHE_FILTER_CLASS">CACHE_FILTER_CLASS</a></span> - Static variable in class org.apache.ignite.stream.kafka.connect.<a href="./org/apache/ignite/stream/kafka/connect/IgniteSourceConstants.html" title="class in org.apache.ignite.stream.kafka.connect">IgniteSourceConstants</a></dt>
<dd>
<div class="block">User-defined filter class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/IgniteSinkConstants.html#CACHE_NAME">CACHE_NAME</a></span> - Static variable in class org.apache.ignite.stream.kafka.connect.<a href="./org/apache/ignite/stream/kafka/connect/IgniteSinkConstants.html" title="class in org.apache.ignite.stream.kafka.connect">IgniteSinkConstants</a></dt>
<dd>
<div class="block">Cache name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/IgniteSourceConstants.html#CACHE_NAME">CACHE_NAME</a></span> - Static variable in class org.apache.ignite.stream.kafka.connect.<a href="./org/apache/ignite/stream/kafka/connect/IgniteSourceConstants.html" title="class in org.apache.ignite.stream.kafka.connect">IgniteSourceConstants</a></dt>
<dd>
<div class="block">Cache name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/IgniteSinkConstants.html#CACHE_PER_NODE_DATA_SIZE">CACHE_PER_NODE_DATA_SIZE</a></span> - Static variable in class org.apache.ignite.stream.kafka.connect.<a href="./org/apache/ignite/stream/kafka/connect/IgniteSinkConstants.html" title="class in org.apache.ignite.stream.kafka.connect">IgniteSinkConstants</a></dt>
<dd>
<div class="block">Size of per-node buffer before data is sent to remote node.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/IgniteSinkConstants.html#CACHE_PER_NODE_PAR_OPS">CACHE_PER_NODE_PAR_OPS</a></span> - Static variable in class org.apache.ignite.stream.kafka.connect.<a href="./org/apache/ignite/stream/kafka/connect/IgniteSinkConstants.html" title="class in org.apache.ignite.stream.kafka.connect">IgniteSinkConstants</a></dt>
<dd>
<div class="block">Maximum number of parallel stream operations per node.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="strong">CacheAbstractJdbcStore</span></a>&lt;<a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html" title="type parameter in CacheAbstractJdbcStore">K</a>,<a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html" title="type parameter in CacheAbstractJdbcStore">V</a>&gt; - Class in <a href="./org/apache/ignite/cache/store/jdbc/package-summary.html">org.apache.ignite.cache.store.jdbc</a></dt>
<dd>
<div class="block">Implementation of <a href="./org/apache/ignite/cache/store/CacheStore.html" title="interface in org.apache.ignite.cache.store"><code>CacheStore</code></a> backed by JDBC.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#CacheAbstractJdbcStore()">CacheAbstractJdbcStore()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html" title="class in org.apache.ignite.cache.store.jdbc">CacheAbstractJdbcStore</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="strong">CacheAbstractJdbcStore.EntryMapping</span></a> - Class in <a href="./org/apache/ignite/cache/store/jdbc/package-summary.html">org.apache.ignite.cache.store.jdbc</a></dt>
<dd>
<div class="block">Entry mapping description.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html#CacheAbstractJdbcStore.EntryMapping(java.lang.String,%20org.apache.ignite.cache.store.jdbc.dialect.JdbcDialect,%20org.apache.ignite.cache.store.jdbc.JdbcType,%20org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind,%20org.apache.ignite.cache.store.jdbc.CacheAbstractJdbcStore.TypeKind,%20boolean)">CacheAbstractJdbcStore.EntryMapping(String, JdbcDialect, JdbcType, CacheAbstractJdbcStore.TypeKind, CacheAbstractJdbcStore.TypeKind, boolean)</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.EntryMapping.html" title="class in org.apache.ignite.cache.store.jdbc">CacheAbstractJdbcStore.EntryMapping</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.TypeKind.html" title="enum in org.apache.ignite.cache.store.jdbc"><span class="strong">CacheAbstractJdbcStore.TypeKind</span></a> - Enum in <a href="./org/apache/ignite/cache/store/jdbc/package-summary.html">org.apache.ignite.cache.store.jdbc</a></dt>
<dd>
<div class="block">Type kind.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/CacheAtomicityMode.html" title="enum in org.apache.ignite.cache"><span class="strong">CacheAtomicityMode</span></a> - Enum in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Cache atomicity mode controls whether cache should maintain fully transactional semantics
or more light-weight atomic behavior.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/CacheAtomicUpdateTimeoutException.html" title="class in org.apache.ignite.cache"><span class="strong">CacheAtomicUpdateTimeoutException</span></a> - Exception in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Exception thrown when atomic operation timeout occurs.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/CacheAtomicUpdateTimeoutException.html#CacheAtomicUpdateTimeoutException(java.lang.String)">CacheAtomicUpdateTimeoutException(String)</a></span> - Constructor for exception org.apache.ignite.cache.<a href="./org/apache/ignite/cache/CacheAtomicUpdateTimeoutException.html" title="class in org.apache.ignite.cache">CacheAtomicUpdateTimeoutException</a></dt>
<dd>
<div class="block">Creates new timeout exception with given error message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/CacheAtomicUpdateTimeoutException.html#CacheAtomicUpdateTimeoutException(java.lang.String,%20java.lang.Throwable)">CacheAtomicUpdateTimeoutException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.cache.<a href="./org/apache/ignite/cache/CacheAtomicUpdateTimeoutException.html" title="class in org.apache.ignite.cache">CacheAtomicUpdateTimeoutException</a></dt>
<dd>
<div class="block">Creates new timeout exception with given error message and optional nested exception.</div>
</dd>
<dt><a href="./org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.cache"><span class="strong">CacheCheckpointSpi</span></a> - Class in <a href="./org/apache/ignite/spi/checkpoint/cache/package-summary.html">org.apache.ignite.spi.checkpoint.cache</a></dt>
<dd>
<div class="block">This class defines cache-based implementation for checkpoint SPI.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html#CacheCheckpointSpi()">CacheCheckpointSpi()</a></span> - Constructor for class org.apache.ignite.spi.checkpoint.cache.<a href="./org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpi.html" title="class in org.apache.ignite.spi.checkpoint.cache">CacheCheckpointSpi</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/spi/checkpoint/cache/CacheCheckpointSpiMBean.html" title="interface in org.apache.ignite.spi.checkpoint.cache"><span class="strong">CacheCheckpointSpiMBean</span></a> - Interface in <a href="./org/apache/ignite/spi/checkpoint/cache/package-summary.html">org.apache.ignite.spi.checkpoint.cache</a></dt>
<dd>
<div class="block">Management bean that provides general administrative and configuration information
about cache checkpoint SPI.</div>
</dd>
<dt><a href="./org/apache/ignite/configuration/CacheConfiguration.html" title="class in org.apache.ignite.configuration"><span class="strong">CacheConfiguration</span></a>&lt;<a href="./org/apache/ignite/configuration/CacheConfiguration.html" title="type parameter in CacheConfiguration">K</a>,<a href="./org/apache/ignite/configuration/CacheConfiguration.html" title="type parameter in CacheConfiguration">V</a>&gt; - Class in <a href="./org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">This class defines grid cache configuration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/configuration/CacheConfiguration.html#CacheConfiguration()">CacheConfiguration()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="./org/apache/ignite/configuration/CacheConfiguration.html" title="class in org.apache.ignite.configuration">CacheConfiguration</a></dt>
<dd>
<div class="block">Empty constructor (all values are initialized to their defaults).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/configuration/CacheConfiguration.html#CacheConfiguration(java.lang.String)">CacheConfiguration(String)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="./org/apache/ignite/configuration/CacheConfiguration.html" title="class in org.apache.ignite.configuration">CacheConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/configuration/CacheConfiguration.html#CacheConfiguration(javax.cache.configuration.CompleteConfiguration)">CacheConfiguration(CompleteConfiguration&lt;K, V&gt;)</a></span> - Constructor for class org.apache.ignite.configuration.<a href="./org/apache/ignite/configuration/CacheConfiguration.html" title="class in org.apache.ignite.configuration">CacheConfiguration</a></dt>
<dd>
<div class="block">Copy constructor.</div>
</dd>
<dt><a href="./org/apache/ignite/configuration/CacheConfiguration.IgniteAllNodesPredicate.html" title="class in org.apache.ignite.configuration"><span class="strong">CacheConfiguration.IgniteAllNodesPredicate</span></a> - Class in <a href="./org/apache/ignite/configuration/package-summary.html">org.apache.ignite.configuration</a></dt>
<dd>
<div class="block">Filter that accepts all nodes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/configuration/CacheConfiguration.IgniteAllNodesPredicate.html#CacheConfiguration.IgniteAllNodesPredicate()">CacheConfiguration.IgniteAllNodesPredicate()</a></span> - Constructor for class org.apache.ignite.configuration.<a href="./org/apache/ignite/configuration/CacheConfiguration.IgniteAllNodesPredicate.html" title="class in org.apache.ignite.configuration">CacheConfiguration.IgniteAllNodesPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/CacheEntry.html" title="interface in org.apache.ignite.cache"><span class="strong">CacheEntry</span></a>&lt;<a href="./org/apache/ignite/cache/CacheEntry.html" title="type parameter in CacheEntry">K</a>,<a href="./org/apache/ignite/cache/CacheEntry.html" title="type parameter in CacheEntry">V</a>&gt; - Interface in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Cache entry that extends <code>Cache.Entry</code> by providing additional entry related information.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/CacheEntryEventSerializableFilter.html" title="interface in org.apache.ignite.cache"><span class="strong">CacheEntryEventSerializableFilter</span></a>&lt;<a href="./org/apache/ignite/cache/CacheEntryEventSerializableFilter.html" title="type parameter in CacheEntryEventSerializableFilter">K</a>,<a href="./org/apache/ignite/cache/CacheEntryEventSerializableFilter.html" title="type parameter in CacheEntryEventSerializableFilter">V</a>&gt; - Interface in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">This filter adds <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io"><code>Serializable</code></a> interface to <code>CacheEntryEventFilter</code> object.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/CacheEntryProcessor.html" title="interface in org.apache.ignite.cache"><span class="strong">CacheEntryProcessor</span></a>&lt;<a href="./org/apache/ignite/cache/CacheEntryProcessor.html" title="type parameter in CacheEntryProcessor">K</a>,<a href="./org/apache/ignite/cache/CacheEntryProcessor.html" title="type parameter in CacheEntryProcessor">V</a>,<a href="./org/apache/ignite/cache/CacheEntryProcessor.html" title="type parameter in CacheEntryProcessor">T</a>&gt; - Interface in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">This processor adds <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io"><code>Serializable</code></a> interface to <code>EntryProcessor</code> object.</div>
</dd>
<dt><a href="./org/apache/ignite/events/CacheEvent.html" title="class in org.apache.ignite.events"><span class="strong">CacheEvent</span></a> - Class in <a href="./org/apache/ignite/events/package-summary.html">org.apache.ignite.events</a></dt>
<dd>
<div class="block">In-memory database (cache) event.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/events/CacheEvent.html#CacheEvent(java.lang.String,%20org.apache.ignite.cluster.ClusterNode,%20org.apache.ignite.cluster.ClusterNode,%20java.lang.String,%20int,%20int,%20boolean,%20java.lang.Object,%20org.apache.ignite.lang.IgniteUuid,%20java.lang.Object,%20java.lang.Object,%20boolean,%20java.lang.Object,%20boolean,%20java.util.UUID,%20java.lang.String,%20java.lang.String)">CacheEvent(String, ClusterNode, ClusterNode, String, int, int, boolean, Object, IgniteUuid, Object, Object, boolean, Object, boolean, UUID, String, String)</a></span> - Constructor for class org.apache.ignite.events.<a href="./org/apache/ignite/events/CacheEvent.html" title="class in org.apache.ignite.events">CacheEvent</a></dt>
<dd>
<div class="block">Constructs cache event.</div>
</dd>
<dt><a href="./org/apache/ignite/stream/kafka/connect/serialization/CacheEventConverter.html" title="class in org.apache.ignite.stream.kafka.connect.serialization"><span class="strong">CacheEventConverter</span></a> - Class in <a href="./org/apache/ignite/stream/kafka/connect/serialization/package-summary.html">org.apache.ignite.stream.kafka.connect.serialization</a></dt>
<dd>
<div class="block"><a href="./org/apache/ignite/events/CacheEvent.html" title="class in org.apache.ignite.events"><code>CacheEvent</code></a> converter for Connect API.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/serialization/CacheEventConverter.html#CacheEventConverter()">CacheEventConverter()</a></span> - Constructor for class org.apache.ignite.stream.kafka.connect.serialization.<a href="./org/apache/ignite/stream/kafka/connect/serialization/CacheEventConverter.html" title="class in org.apache.ignite.stream.kafka.connect.serialization">CacheEventConverter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/stream/kafka/connect/serialization/CacheEventDeserializer.html" title="class in org.apache.ignite.stream.kafka.connect.serialization"><span class="strong">CacheEventDeserializer</span></a> - Class in <a href="./org/apache/ignite/stream/kafka/connect/serialization/package-summary.html">org.apache.ignite.stream.kafka.connect.serialization</a></dt>
<dd>
<div class="block">Deserializer based on <a href="./org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk"><code>JdkMarshaller</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/serialization/CacheEventDeserializer.html#CacheEventDeserializer()">CacheEventDeserializer()</a></span> - Constructor for class org.apache.ignite.stream.kafka.connect.serialization.<a href="./org/apache/ignite/stream/kafka/connect/serialization/CacheEventDeserializer.html" title="class in org.apache.ignite.stream.kafka.connect.serialization">CacheEventDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/stream/kafka/connect/serialization/CacheEventSerializer.html" title="class in org.apache.ignite.stream.kafka.connect.serialization"><span class="strong">CacheEventSerializer</span></a> - Class in <a href="./org/apache/ignite/stream/kafka/connect/serialization/package-summary.html">org.apache.ignite.stream.kafka.connect.serialization</a></dt>
<dd>
<div class="block">Serializer based on <a href="./org/apache/ignite/marshaller/jdk/JdkMarshaller.html" title="class in org.apache.ignite.marshaller.jdk"><code>JdkMarshaller</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/stream/kafka/connect/serialization/CacheEventSerializer.html#CacheEventSerializer()">CacheEventSerializer()</a></span> - Constructor for class org.apache.ignite.stream.kafka.connect.serialization.<a href="./org/apache/ignite/stream/kafka/connect/serialization/CacheEventSerializer.html" title="class in org.apache.ignite.stream.kafka.connect.serialization">CacheEventSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/CacheExistsException.html" title="class in org.apache.ignite.cache"><span class="strong">CacheExistsException</span></a> - Exception in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Exception thrown when cache must be created but it already exists.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/CacheExistsException.html#CacheExistsException(java.lang.String)">CacheExistsException(String)</a></span> - Constructor for exception org.apache.ignite.cache.<a href="./org/apache/ignite/cache/CacheExistsException.html" title="class in org.apache.ignite.cache">CacheExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/CacheExistsException.html#CacheExistsException(java.lang.Throwable)">CacheExistsException(Throwable)</a></span> - Constructor for exception org.apache.ignite.cache.<a href="./org/apache/ignite/cache/CacheExistsException.html" title="class in org.apache.ignite.cache">CacheExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/CacheExistsException.html#CacheExistsException(java.lang.String,%20java.lang.Throwable)">CacheExistsException(String, Throwable)</a></span> - Constructor for exception org.apache.ignite.cache.<a href="./org/apache/ignite/cache/CacheExistsException.html" title="class in org.apache.ignite.cache">CacheExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/CacheInterceptor.html" title="interface in org.apache.ignite.cache"><span class="strong">CacheInterceptor</span></a>&lt;<a href="./org/apache/ignite/cache/CacheInterceptor.html" title="type parameter in CacheInterceptor">K</a>,<a href="./org/apache/ignite/cache/CacheInterceptor.html" title="type parameter in CacheInterceptor">V</a>&gt; - Interface in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Cache interceptor.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/CacheInterceptorAdapter.html" title="class in org.apache.ignite.cache"><span class="strong">CacheInterceptorAdapter</span></a>&lt;<a href="./org/apache/ignite/cache/CacheInterceptorAdapter.html" title="type parameter in CacheInterceptorAdapter">K</a>,<a href="./org/apache/ignite/cache/CacheInterceptorAdapter.html" title="type parameter in CacheInterceptorAdapter">V</a>&gt; - Class in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Cache interceptor convenience adapter.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/CacheInterceptorAdapter.html#CacheInterceptorAdapter()">CacheInterceptorAdapter()</a></span> - Constructor for class org.apache.ignite.cache.<a href="./org/apache/ignite/cache/CacheInterceptorAdapter.html" title="class in org.apache.ignite.cache">CacheInterceptorAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/CacheInterceptorEntry.html" title="class in org.apache.ignite.cache"><span class="strong">CacheInterceptorEntry</span></a>&lt;<a href="./org/apache/ignite/cache/CacheInterceptorEntry.html" title="type parameter in CacheInterceptorEntry">K</a>,<a href="./org/apache/ignite/cache/CacheInterceptorEntry.html" title="type parameter in CacheInterceptorEntry">V</a>&gt; - Class in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">A cache interceptor map entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/CacheInterceptorEntry.html#CacheInterceptorEntry()">CacheInterceptorEntry()</a></span> - Constructor for class org.apache.ignite.cache.<a href="./org/apache/ignite/cache/CacheInterceptorEntry.html" title="class in org.apache.ignite.cache">CacheInterceptorEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="strong">CacheJdbcBlobStore</span></a>&lt;<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html" title="type parameter in CacheJdbcBlobStore">K</a>,<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html" title="type parameter in CacheJdbcBlobStore">V</a>&gt; - Class in <a href="./org/apache/ignite/cache/store/jdbc/package-summary.html">org.apache.ignite.cache.store.jdbc</a></dt>
<dd>
<div class="block"><a href="./org/apache/ignite/cache/store/CacheStore.html" title="interface in org.apache.ignite.cache.store"><code>CacheStore</code></a> implementation backed by JDBC.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html#CacheJdbcBlobStore()">CacheJdbcBlobStore()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html" title="class in org.apache.ignite.cache.store.jdbc">CacheJdbcBlobStore</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="strong">CacheJdbcBlobStoreFactory</span></a>&lt;<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html" title="type parameter in CacheJdbcBlobStoreFactory">K</a>,<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html" title="type parameter in CacheJdbcBlobStoreFactory">V</a>&gt; - Class in <a href="./org/apache/ignite/cache/store/jdbc/package-summary.html">org.apache.ignite.cache.store.jdbc</a></dt>
<dd>
<div class="block"><code>Factory</code> implementation for <a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStore.html" title="class in org.apache.ignite.cache.store.jdbc"><code>CacheJdbcBlobStore</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html#CacheJdbcBlobStoreFactory()">CacheJdbcBlobStoreFactory()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.html" title="class in org.apache.ignite.cache.store.jdbc">CacheJdbcBlobStoreFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="strong">CacheJdbcPojoStore</span></a>&lt;<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html" title="type parameter in CacheJdbcPojoStore">K</a>,<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html" title="type parameter in CacheJdbcPojoStore">V</a>&gt; - Class in <a href="./org/apache/ignite/cache/store/jdbc/package-summary.html">org.apache.ignite.cache.store.jdbc</a></dt>
<dd>
<div class="block">Implementation of <a href="./org/apache/ignite/cache/store/CacheStore.html" title="interface in org.apache.ignite.cache.store"><code>CacheStore</code></a> backed by JDBC and POJO via reflection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html#CacheJdbcPojoStore()">CacheJdbcPojoStore()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html" title="class in org.apache.ignite.cache.store.jdbc">CacheJdbcPojoStore</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="strong">CacheJdbcPojoStoreFactory</span></a>&lt;<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html" title="type parameter in CacheJdbcPojoStoreFactory">K</a>,<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html" title="type parameter in CacheJdbcPojoStoreFactory">V</a>&gt; - Class in <a href="./org/apache/ignite/cache/store/jdbc/package-summary.html">org.apache.ignite.cache.store.jdbc</a></dt>
<dd>
<div class="block"><code>Factory</code> implementation for <a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStore.html" title="class in org.apache.ignite.cache.store.jdbc"><code>CacheJdbcPojoStore</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html#CacheJdbcPojoStoreFactory()">CacheJdbcPojoStoreFactory()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreFactory.html" title="class in org.apache.ignite.cache.store.jdbc">CacheJdbcPojoStoreFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcStoreSessionListener.html" title="class in org.apache.ignite.cache.store.jdbc"><span class="strong">CacheJdbcStoreSessionListener</span></a> - Class in <a href="./org/apache/ignite/cache/store/jdbc/package-summary.html">org.apache.ignite.cache.store.jdbc</a></dt>
<dd>
<div class="block">Cache store session listener based on JDBC connection.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcStoreSessionListener.html#CacheJdbcStoreSessionListener()">CacheJdbcStoreSessionListener()</a></span> - Constructor for class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheJdbcStoreSessionListener.html" title="class in org.apache.ignite.cache.store.jdbc">CacheJdbcStoreSessionListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/jta/jndi/CacheJndiTmFactory.html" title="class in org.apache.ignite.cache.jta.jndi"><span class="strong">CacheJndiTmFactory</span></a> - Class in <a href="./org/apache/ignite/cache/jta/jndi/package-summary.html">org.apache.ignite.cache.jta.jndi</a></dt>
<dd>
<div class="block">Implementation of <code>Factory&lt;TransactionManager&gt;</code> interface that is using JNDI names to find TM.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/jta/jndi/CacheJndiTmFactory.html#CacheJndiTmFactory()">CacheJndiTmFactory()</a></span> - Constructor for class org.apache.ignite.cache.jta.jndi.<a href="./org/apache/ignite/cache/jta/jndi/CacheJndiTmFactory.html" title="class in org.apache.ignite.cache.jta.jndi">CacheJndiTmFactory</a></dt>
<dd>
<div class="block">Creates uninitialized jndi TM lookup.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/jta/jndi/CacheJndiTmFactory.html#CacheJndiTmFactory(java.lang.String...)">CacheJndiTmFactory(String...)</a></span> - Constructor for class org.apache.ignite.cache.jta.jndi.<a href="./org/apache/ignite/cache/jta/jndi/CacheJndiTmFactory.html" title="class in org.apache.ignite.cache.jta.jndi">CacheJndiTmFactory</a></dt>
<dd>
<div class="block">Creates generic TM lookup with given jndi names.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/jta/jndi/CacheJndiTmLookup.html" title="class in org.apache.ignite.cache.jta.jndi"><span class="strong">CacheJndiTmLookup</span></a> - Class in <a href="./org/apache/ignite/cache/jta/jndi/package-summary.html">org.apache.ignite.cache.jta.jndi</a></dt>
<dd>
<div class="block">Implementation of <a href="./org/apache/ignite/cache/jta/CacheTmLookup.html" title="interface in org.apache.ignite.cache.jta"><code>CacheTmLookup</code></a> interface that is using list of JNDI names to find TM.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/jta/jndi/CacheJndiTmLookup.html#CacheJndiTmLookup()">CacheJndiTmLookup()</a></span> - Constructor for class org.apache.ignite.cache.jta.jndi.<a href="./org/apache/ignite/cache/jta/jndi/CacheJndiTmLookup.html" title="class in org.apache.ignite.cache.jta.jndi">CacheJndiTmLookup</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/CacheKeyConfiguration.html" title="class in org.apache.ignite.cache"><span class="strong">CacheKeyConfiguration</span></a> - Class in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Configuration defining various aspects of cache keys without explicit usage of annotations on user classes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/CacheKeyConfiguration.html#CacheKeyConfiguration()">CacheKeyConfiguration()</a></span> - Constructor for class org.apache.ignite.cache.<a href="./org/apache/ignite/cache/CacheKeyConfiguration.html" title="class in org.apache.ignite.cache">CacheKeyConfiguration</a></dt>
<dd>
<div class="block">Creates an empty cache key configuration that should be populated via setters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/CacheKeyConfiguration.html#CacheKeyConfiguration(java.lang.Class)">CacheKeyConfiguration(Class)</a></span> - Constructor for class org.apache.ignite.cache.<a href="./org/apache/ignite/cache/CacheKeyConfiguration.html" title="class in org.apache.ignite.cache">CacheKeyConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/CacheKeyConfiguration.html#CacheKeyConfiguration(java.lang.String,%20java.lang.String)">CacheKeyConfiguration(String, String)</a></span> - Constructor for class org.apache.ignite.cache.<a href="./org/apache/ignite/cache/CacheKeyConfiguration.html" title="class in org.apache.ignite.cache">CacheKeyConfiguration</a></dt>
<dd>
<div class="block">Creates cache key configuration with given type name and affinity field name.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html" title="class in org.apache.ignite.cache.store"><span class="strong">CacheLoadOnlyStoreAdapter</span></a>&lt;<a href="./org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html" title="type parameter in CacheLoadOnlyStoreAdapter">K</a>,<a href="./org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html" title="type parameter in CacheLoadOnlyStoreAdapter">V</a>,<a href="./org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html" title="type parameter in CacheLoadOnlyStoreAdapter">I</a>&gt; - Class in <a href="./org/apache/ignite/cache/store/package-summary.html">org.apache.ignite.cache.store</a></dt>
<dd>
<div class="block">This adapter designed to support stores with bulk loading from stream-like source.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html#CacheLoadOnlyStoreAdapter()">CacheLoadOnlyStoreAdapter()</a></span> - Constructor for class org.apache.ignite.cache.store.<a href="./org/apache/ignite/cache/store/CacheLoadOnlyStoreAdapter.html" title="class in org.apache.ignite.cache.store">CacheLoadOnlyStoreAdapter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache"><span class="strong">CacheManager</span></a> - Class in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Implementation of JSR-107 <a href="./org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache"><code>CacheManager</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/CacheManager.html#CacheManager(java.net.URI,%20org.apache.ignite.cache.CachingProvider,%20java.lang.ClassLoader,%20java.util.Properties)">CacheManager(URI, CachingProvider, ClassLoader, Properties)</a></span> - Constructor for class org.apache.ignite.cache.<a href="./org/apache/ignite/cache/CacheManager.html" title="class in org.apache.ignite.cache">CacheManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html#cacheMappings">cacheMappings</a></span> - Variable in class org.apache.ignite.cache.store.jdbc.<a href="./org/apache/ignite/cache/store/jdbc/CacheAbstractJdbcStore.html" title="class in org.apache.ignite.cache.store.jdbc">CacheAbstractJdbcStore</a></dt>
<dd>
<div class="block">Cache with entry mapping description.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/CacheMetrics.html" title="interface in org.apache.ignite.cache"><span class="strong">CacheMetrics</span></a> - Interface in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Cache metrics used to obtain statistics on cache itself.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/spi/discovery/DiscoveryMetricsProvider.html#cacheMetrics()">cacheMetrics()</a></span> - Method in interface org.apache.ignite.spi.discovery.<a href="./org/apache/ignite/spi/discovery/DiscoveryMetricsProvider.html" title="interface in org.apache.ignite.spi.discovery">DiscoveryMetricsProvider</a></dt>
<dd>
<div class="block">Returns metrics data about all caches on local node.</div>
</dd>
<dt><a href="./org/apache/ignite/mxbean/CacheMetricsMXBean.html" title="interface in org.apache.ignite.mxbean"><span class="strong">CacheMetricsMXBean</span></a> - Interface in <a href="./org/apache/ignite/mxbean/package-summary.html">org.apache.ignite.mxbean</a></dt>
<dd>
<div class="block">This interface defines JMX view on <a href="./org/apache/ignite/IgniteCache.html" title="interface in org.apache.ignite"><code>IgniteCache</code></a>.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/CacheMode.html" title="enum in org.apache.ignite.cache"><span class="strong">CacheMode</span></a> - Enum in <a href="./org/apache/ignite/cache/package-summary.html">org.apache.ignite.cache</a></dt>
<dd>
<div class="block">Enumeration of all supported caching modes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/cache/store/CacheStoreSession.html#cacheName()">cacheName()</a></span> - Method in interface org.apache.ignite.cache.store.<a href="./org/apache/ignite/cache/store/CacheStoreSession.html" title="interface in org.apache.ignite.cache.store">CacheStoreSession</a></dt>
<dd>
<div class="block">Cache name for the current store operation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/events/CacheEvent.html#cacheName()">cacheName()</a></span> - Method in class org.apache.ignite.events.<a href="./org/apache/ignite/events/CacheEvent.html" title="class in org.apache.ignite.events">CacheEvent</a></dt>
<dd>
<div class="block">Gets cache name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/events/CacheQueryExecutedEvent.html#cacheName()">cacheName()</a></span> - Method in class org.apache.ignite.events.<a href="./org/apache/ignite/events/CacheQueryExecutedEvent.html" title="class in org.apache.ignite.events">CacheQueryExecutedEvent</a></dt>
<dd>
<div class="block">Gets cache name on which query was executed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/events/CacheQueryReadEvent.html#cacheName()">cacheName()</a></span> - Method in class org.apache.ignite.events.<a href="./org/apache/ignite/events/CacheQueryReadEvent.html" title="class in org.apache.ignite.events">CacheQueryReadEvent</a></dt>
<dd>
<div class="block">Gets cache name on which query was executed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/events/CacheRebalancingEvent.html#cacheName()">cacheName()</a></span> - Method in class org.apache.ignite.events.<a href="./org/apache/ignite/events/CacheRebalancingEvent.html" title="class in org.apache.ignite.events">CacheRebalancingEvent</a></dt>
<dd>
<div class="block">Gets cache name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteDataStreamer.html#cacheName()">cacheName()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/IgniteDataStreamer.html" title="interface in org.apache.ignite">IgniteDataStreamer</a></dt>
<dd>
<div class="block">Name of cache to stream data to.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/services/ServiceConfiguration.html#cacheName">cacheName</a></span> - Variable in class org.apache.ignite.services.<a href="./org/apache/ignite/services/ServiceConfiguration.html" title="class in org.apache.ignite.services">ServiceConfiguration</a></dt>
<dd>
<div class="block">Cache name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/services/ServiceContext.html#cacheName()">cacheName()</a></span> - Method in interface org.apache.ignite.services.<a href="./org/apache/ignite/services/ServiceContext.html" title="interface in org.apache.ignite.services">ServiceContext</a></dt>
<dd>
<div class="block">Gets cache name used for key-to-node affinity calculation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/services/ServiceDescriptor.html#cacheName()">cacheName()</a></span> - Method in interface org.apache.ignite.services.<a href="./org/apache/ignite/services/ServiceDescriptor.html" title="interface in org.apache.ignite.services">ServiceDescriptor</a></dt>
<dd>
<div class="block">Gets cache name used for key-to-node affinity calculation.</div>
</dd>
<dt><a href="./org/apache/ignite/resources/CacheNameResource.html" title="annotation in org.apache.ignite.resources"><span class="strong">CacheNameResource</span></a> - Annotation Type in <a href="./org/apache/ignite/resources/package-summary.html">org.apache.ignite.resources</a></dt>
<dd>
<div class="block">Annotates a field or a setter method for injection of grid cache name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/Ignite.html#cacheNames()">cacheNames()</a></span> - Method in interface org.apache.ignite.<a href="./org/apache/ignite/Ignite.html" title="interface in org.apache.ignite">Ignite</a></dt>
<dd>
<div class="block">Gets the collection of names of currently available caches.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/ignite/IgniteSpringBean.html#cacheNames()">cacheNames()</a></span> - Method in class org.apache.ignite.<a href="./org/apache/ignite/IgniteSpringBean.html" title="class in org.apache.ignite">IgniteSpringBean</a></dt>
<dd>
<div class="block">Gets the collection of names of currently available caches.</div>
</dd>
<dt><a href="./org/apache/ignite/cache/CachePartialUpdateException.html" title="class in org.apache.ignite.cache"><span class="strong">CachePartialUpdateException</span></a> - Exception in <a href